#fd0dab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 13, 171
HSL
321°, 98%, 52%
CMYK
0, 95, 32, 1
Luminance
0.2411
Every format
| HEX | #fd0dab |
| RGB | rgb(253, 13, 171) |
| HSL | hsl(321, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 32%, 1%) |
| LAB | lab(56.2 87.0 -19.5) |
| LCH | lch(56.2 89.1 347.3) |
| OKLCH | oklch(0.659 0.272 349.2) |
Copy-ready code
/* CSS */
color: #fd0dab;
background-color: #fd0dab;
/* Tailwind (arbitrary) */
class="text-[#fd0dab] bg-[#fd0dab]"
/* SCSS */
$brand: #fd0dab;
/* SwiftUI */
Color(red: 0.992, green: 0.051, blue: 0.671)
/* Android */
Color.parseColor("#fd0dab")Accessibility — WCAG contrast
Aa
#fd0dab on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0dab on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow32.4%
Key (black)0.8%
Color previews
#fd0dab text on a black background
contrast 5.82:1
Card sample
#fd0dab text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0dab;
Background color
Panel with #fd0dab background
background-color: #fd0dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 13, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 13, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0dab; background: linear-gradient(135deg, #fd0dab, #FD0F0D);