#fd3ce6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 60, 230
HSL
307°, 98%, 61%
CMYK
0, 76, 9, 1
Luminance
0.2983
Every format
| HEX | #fd3ce6 |
| RGB | rgb(253, 60, 230) |
| HSL | hsl(307, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 9%, 1%) |
| LAB | lab(61.5 86.1 -45.0) |
| LCH | lch(61.5 97.2 332.4) |
| OKLCH | oklch(0.705 0.278 333.7) |
Copy-ready code
/* CSS */
color: #fd3ce6;
background-color: #fd3ce6;
/* Tailwind (arbitrary) */
class="text-[#fd3ce6] bg-[#fd3ce6]"
/* SCSS */
$brand: #fd3ce6;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.902)
/* Android */
Color.parseColor("#fd3ce6")Accessibility — WCAG contrast
Aa
#fd3ce6 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ce6 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow9.1%
Key (black)0.8%
Color previews
#fd3ce6 text on a black background
contrast 6.97:1
Card sample
#fd3ce6 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ce6;
Background color
Panel with #fd3ce6 background
background-color: #fd3ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ce6; background: linear-gradient(135deg, #fd3ce6, #FD3C65);