#fd0aba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 10, 186
HSL
317°, 98%, 52%
CMYK
0, 96, 27, 1
Luminance
0.2464
Every format
| HEX | #fd0aba |
| RGB | rgb(253, 10, 186) |
| HSL | hsl(317, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 27%, 1%) |
| LAB | lab(56.7 88.7 -27.4) |
| LCH | lch(56.7 92.9 342.8) |
| OKLCH | oklch(0.664 0.280 344.8) |
Copy-ready code
/* CSS */
color: #fd0aba;
background-color: #fd0aba;
/* Tailwind (arbitrary) */
class="text-[#fd0aba] bg-[#fd0aba]"
/* SCSS */
$brand: #fd0aba;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.729)
/* Android */
Color.parseColor("#fd0aba")Accessibility — WCAG contrast
Aa
#fd0aba on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0aba on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fd0aba text on a black background
contrast 5.93:1
Card sample
#fd0aba text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0aba;
Background color
Panel with #fd0aba background
background-color: #fd0aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0aba; background: linear-gradient(135deg, #fd0aba, #FD0A18);