#fd4f6c
a light, electric red · warm · closest name: crimson
RGB
253, 79, 108
HSL
350°, 98%, 65%
CMYK
0, 69, 57, 1
Luminance
0.2756
Every format
| HEX | #fd4f6c |
| RGB | rgb(253, 79, 108) |
| HSL | hsl(350, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 57%, 1%) |
| LAB | lab(59.5 67.2 22.3) |
| LCH | lch(59.5 70.8 18.3) |
| OKLCH | oklch(0.677 0.209 15.3) |
Copy-ready code
/* CSS */
color: #fd4f6c;
background-color: #fd4f6c;
/* Tailwind (arbitrary) */
class="text-[#fd4f6c] bg-[#fd4f6c]"
/* SCSS */
$brand: #fd4f6c;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.424)
/* Android */
Color.parseColor("#fd4f6c")Accessibility — WCAG contrast
Aa
#fd4f6c on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f6c on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow57.3%
Key (black)0.8%
Color previews
#fd4f6c text on a black background
contrast 6.51:1
Card sample
#fd4f6c text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f6c;
Background color
Panel with #fd4f6c background
background-color: #fd4f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f6c; background: linear-gradient(135deg, #fd4f6c, #FDA64F);