#fd6cef
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 108, 239
HSL
306°, 97%, 71%
CMYK
0, 57, 6, 1
Luminance
0.3784
Every format
| HEX | #fd6cef |
| RGB | rgb(253, 108, 239) |
| HSL | hsl(306, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 6%, 1%) |
| LAB | lab(67.9 70.7 -40.0) |
| LCH | lch(67.9 81.2 330.5) |
| OKLCH | oklch(0.753 0.229 331.5) |
Copy-ready code
/* CSS */
color: #fd6cef;
background-color: #fd6cef;
/* Tailwind (arbitrary) */
class="text-[#fd6cef] bg-[#fd6cef]"
/* SCSS */
$brand: #fd6cef;
/* SwiftUI */
Color(red: 0.992, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#fd6cef")Accessibility — WCAG contrast
Aa
#fd6cef on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6cef on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow5.5%
Key (black)0.8%
Color previews
#fd6cef text on a black background
contrast 8.57:1
Card sample
#fd6cef text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6cef;
Background color
Panel with #fd6cef background
background-color: #fd6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6cef; background: linear-gradient(135deg, #fd6cef, #FD6C8E);