Radical Red
#ff355e
Looking for the precise values behind Radical Red (#ff355e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff355e | |
|---|---|---|
| RGB | rgb(255, 53, 94) | |
| HSL | hsl(348, 100%, 60%) | |
| CMYK | cmyk(0%, 79%, 63%, 0%) | |
| LAB | lab(58, 75, 29) | |
| OKLCH | oklch(0.66 0.233 16) |
Color harmonies
Tints & shades
Code snippets
color: #ff355e;
background-color: #ff355e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF355E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.21, blue: 0.37, alpha: 1.0)