#fd3ce9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 60, 233
HSL
306°, 98%, 61%
CMYK
0, 76, 8, 1
Luminance
0.3000
Every format
| HEX | #fd3ce9 |
| RGB | rgb(253, 60, 233) |
| HSL | hsl(306, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 8%, 1%) |
| LAB | lab(61.7 86.5 -46.5) |
| LCH | lch(61.7 98.2 331.8) |
| OKLCH | oklch(0.707 0.280 332.9) |
Copy-ready code
/* CSS */
color: #fd3ce9;
background-color: #fd3ce9;
/* Tailwind (arbitrary) */
class="text-[#fd3ce9] bg-[#fd3ce9]"
/* SCSS */
$brand: #fd3ce9;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.914)
/* Android */
Color.parseColor("#fd3ce9")Accessibility — WCAG contrast
Aa
#fd3ce9 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ce9 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow7.9%
Key (black)0.8%
Color previews
#fd3ce9 text on a black background
contrast 7.00:1
Card sample
#fd3ce9 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ce9;
Background color
Panel with #fd3ce9 background
background-color: #fd3ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ce9; background: linear-gradient(135deg, #fd3ce9, #FD3C68);