#fd0c9f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 12, 159
HSL
323°, 98%, 52%
CMYK
0, 95, 37, 1
Luminance
0.2365
Every format
| HEX | #fd0c9f |
| RGB | rgb(253, 12, 159) |
| HSL | hsl(323, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 37%, 1%) |
| LAB | lab(55.7 85.9 -13.2) |
| LCH | lch(55.7 86.9 351.3) |
| OKLCH | oklch(0.654 0.267 352.7) |
Copy-ready code
/* CSS */
color: #fd0c9f;
background-color: #fd0c9f;
/* Tailwind (arbitrary) */
class="text-[#fd0c9f] bg-[#fd0c9f]"
/* SCSS */
$brand: #fd0c9f;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.624)
/* Android */
Color.parseColor("#fd0c9f")Accessibility — WCAG contrast
Aa
#fd0c9f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0c9f on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow37.2%
Key (black)0.8%
Color previews
#fd0c9f text on a black background
contrast 5.73:1
Card sample
#fd0c9f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0c9f;
Background color
Panel with #fd0c9f background
background-color: #fd0c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0c9f; background: linear-gradient(135deg, #fd0c9f, #FD1A0C);