#fd0adb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 10, 219
HSL
308°, 98%, 52%
CMYK
0, 96, 13, 1
Luminance
0.2621
Every format
| HEX | #fd0adb |
| RGB | rgb(253, 10, 219) |
| HSL | hsl(308, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 13%, 1%) |
| LAB | lab(58.2 92.6 -44.0) |
| LCH | lch(58.2 102.5 334.6) |
| OKLCH | oklch(0.680 0.298 336.2) |
Copy-ready code
/* CSS */
color: #fd0adb;
background-color: #fd0adb;
/* Tailwind (arbitrary) */
class="text-[#fd0adb] bg-[#fd0adb]"
/* SCSS */
$brand: #fd0adb;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.859)
/* Android */
Color.parseColor("#fd0adb")Accessibility — WCAG contrast
Aa
#fd0adb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0adb on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow13.4%
Key (black)0.8%
Color previews
#fd0adb text on a black background
contrast 6.24:1
Card sample
#fd0adb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0adb;
Background color
Panel with #fd0adb background
background-color: #fd0adb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0adb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0adb; background: linear-gradient(135deg, #fd0adb, #FD0A39);