#fc6ddf
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 109, 223
HSL
312°, 96%, 71%
CMYK
0, 57, 12, 1
Luminance
0.3696
Every format
| HEX | #fc6ddf |
| RGB | rgb(252, 109, 223) |
| HSL | hsl(312, 96%, 71%) |
| CMYK | cmyk(0%, 57%, 12%, 1%) |
| LAB | lab(67.3 67.5 -32.2) |
| LCH | lch(67.3 74.8 334.5) |
| OKLCH | oklch(0.746 0.215 336.1) |
Copy-ready code
/* CSS */
color: #fc6ddf;
background-color: #fc6ddf;
/* Tailwind (arbitrary) */
class="text-[#fc6ddf] bg-[#fc6ddf]"
/* SCSS */
$brand: #fc6ddf;
/* SwiftUI */
Color(red: 0.988, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#fc6ddf")Accessibility — WCAG contrast
Aa
#fc6ddf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6ddf on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green42.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow11.5%
Key (black)1.2%
Color previews
#fc6ddf text on a black background
contrast 8.39:1
Card sample
#fc6ddf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6ddf;
Background color
Panel with #fc6ddf background
background-color: #fc6ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6ddf; background: linear-gradient(135deg, #fc6ddf, #FC6D80);