#fd0664
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 6, 100
HSL
337°, 98%, 51%
CMYK
0, 98, 61, 1
Luminance
0.2193
Every format
| HEX | #fd0664 |
| RGB | rgb(253, 6, 100) |
| HSL | hsl(337, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 61%, 1%) |
| LAB | lab(54.0 81.9 19.6) |
| LCH | lch(54.0 84.2 13.5) |
| OKLCH | oklch(0.636 0.253 11.0) |
Copy-ready code
/* CSS */
color: #fd0664;
background-color: #fd0664;
/* Tailwind (arbitrary) */
class="text-[#fd0664] bg-[#fd0664]"
/* SCSS */
$brand: #fd0664;
/* SwiftUI */
Color(red: 0.992, green: 0.024, blue: 0.392)
/* Android */
Color.parseColor("#fd0664")Accessibility — WCAG contrast
Aa
#fd0664 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0664 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.4%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow60.5%
Key (black)0.8%
Color previews
#fd0664 text on a black background
contrast 5.39:1
Card sample
#fd0664 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0664;
Background color
Panel with #fd0664 background
background-color: #fd0664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 6, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 6, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0664; background: linear-gradient(135deg, #fd0664, #FD4D06);