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