#fd7ccc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 124, 204
HSL
323°, 97%, 74%
CMYK
0, 51, 19, 1
Luminance
0.3966
Every format
| HEX | #fd7ccc |
| RGB | rgb(253, 124, 204) |
| HSL | hsl(323, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 19%, 1%) |
| LAB | lab(69.2 58.2 -18.5) |
| LCH | lch(69.2 61.1 342.3) |
| OKLCH | oklch(0.758 0.180 344.2) |
Copy-ready code
/* CSS */
color: #fd7ccc;
background-color: #fd7ccc;
/* Tailwind (arbitrary) */
class="text-[#fd7ccc] bg-[#fd7ccc]"
/* SCSS */
$brand: #fd7ccc;
/* SwiftUI */
Color(red: 0.992, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#fd7ccc")Accessibility — WCAG contrast
Aa
#fd7ccc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7ccc on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow19.4%
Key (black)0.8%
Color previews
#fd7ccc text on a black background
contrast 8.93:1
Card sample
#fd7ccc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7ccc;
Background color
Panel with #fd7ccc background
background-color: #fd7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7ccc; background: linear-gradient(135deg, #fd7ccc, #FD827C);