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