#fd0eeb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 14, 235
HSL
305°, 98%, 52%
CMYK
0, 95, 7, 1
Luminance
0.2719
Every format
| HEX | #fd0eeb |
| RGB | rgb(253, 14, 235) |
| HSL | hsl(305, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 7%, 1%) |
| LAB | lab(59.2 94.4 -51.6) |
| LCH | lch(59.2 107.5 331.3) |
| OKLCH | oklch(0.689 0.307 332.4) |
Copy-ready code
/* CSS */
color: #fd0eeb;
background-color: #fd0eeb;
/* Tailwind (arbitrary) */
class="text-[#fd0eeb] bg-[#fd0eeb]"
/* SCSS */
$brand: #fd0eeb;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.922)
/* Android */
Color.parseColor("#fd0eeb")Accessibility — WCAG contrast
Aa
#fd0eeb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0eeb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow7.1%
Key (black)0.8%
Color previews
#fd0eeb text on a black background
contrast 6.44:1
Card sample
#fd0eeb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0eeb;
Background color
Panel with #fd0eeb background
background-color: #fd0eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0eeb; background: linear-gradient(135deg, #fd0eeb, #FD0E4C);