#fd6ecc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 110, 204
HSL
321°, 97%, 71%
CMYK
0, 57, 19, 1
Luminance
0.3639
Every format
| HEX | #fd6ecc |
| RGB | rgb(253, 110, 204) |
| HSL | hsl(321, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 19%, 1%) |
| LAB | lab(66.8 64.6 -22.2) |
| LCH | lch(66.8 68.3 341.0) |
| OKLCH | oklch(0.740 0.202 342.9) |
Copy-ready code
/* CSS */
color: #fd6ecc;
background-color: #fd6ecc;
/* Tailwind (arbitrary) */
class="text-[#fd6ecc] bg-[#fd6ecc]"
/* SCSS */
$brand: #fd6ecc;
/* SwiftUI */
Color(red: 0.992, green: 0.431, blue: 0.800)
/* Android */
Color.parseColor("#fd6ecc")Accessibility — WCAG contrast
Aa
#fd6ecc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ecc on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow19.4%
Key (black)0.8%
Color previews
#fd6ecc text on a black background
contrast 8.28:1
Card sample
#fd6ecc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ecc;
Background color
Panel with #fd6ecc background
background-color: #fd6ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 110, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 110, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ecc; background: linear-gradient(135deg, #fd6ecc, #FD706E);