#fd5ccf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 92, 207
HSL
317°, 98%, 68%
CMYK
0, 64, 18, 1
Luminance
0.3304
Every format
| HEX | #fd5ccf |
| RGB | rgb(253, 92, 207) |
| HSL | hsl(317, 98%, 68%) |
| CMYK | cmyk(0%, 64%, 18%, 1%) |
| LAB | lab(64.2 72.5 -27.9) |
| LCH | lch(64.2 77.7 338.9) |
| OKLCH | oklch(0.721 0.229 340.8) |
Copy-ready code
/* CSS */
color: #fd5ccf;
background-color: #fd5ccf;
/* Tailwind (arbitrary) */
class="text-[#fd5ccf] bg-[#fd5ccf]"
/* SCSS */
$brand: #fd5ccf;
/* SwiftUI */
Color(red: 0.992, green: 0.361, blue: 0.812)
/* Android */
Color.parseColor("#fd5ccf")Accessibility — WCAG contrast
Aa
#fd5ccf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5ccf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fd5ccf text on a black background
contrast 7.61:1
Card sample
#fd5ccf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5ccf;
Background color
Panel with #fd5ccf background
background-color: #fd5ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 92, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 92, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5ccf; background: linear-gradient(135deg, #fd5ccf, #FD5C64);