#fc6eee
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 110, 238
HSL
306°, 96%, 71%
CMYK
0, 56, 6, 1
Luminance
0.3802
Every format
| HEX | #fc6eee |
| RGB | rgb(252, 110, 238) |
| HSL | hsl(306, 96%, 71%) |
| CMYK | cmyk(0%, 56%, 6%, 1%) |
| LAB | lab(68.0 69.4 -39.3) |
| LCH | lch(68.0 79.7 330.5) |
| OKLCH | oklch(0.753 0.225 331.5) |
Copy-ready code
/* CSS */
color: #fc6eee;
background-color: #fc6eee;
/* Tailwind (arbitrary) */
class="text-[#fc6eee] bg-[#fc6eee]"
/* SCSS */
$brand: #fc6eee;
/* SwiftUI */
Color(red: 0.988, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#fc6eee")Accessibility — WCAG contrast
Aa
#fc6eee on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6eee on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green43.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow5.6%
Key (black)1.2%
Color previews
#fc6eee text on a black background
contrast 8.60:1
Card sample
#fc6eee text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6eee;
Background color
Panel with #fc6eee background
background-color: #fc6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6eee; background: linear-gradient(135deg, #fc6eee, #FC6E8F);