#fc9df9
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 157, 249
HSL
302°, 94%, 80%
CMYK
0, 38, 1, 1
Luminance
0.5165
Every format
| HEX | #fc9df9 |
| RGB | rgb(252, 157, 249) |
| HSL | hsl(302, 94%, 80%) |
| CMYK | cmyk(0%, 38%, 1%, 1%) |
| LAB | lab(77.1 48.9 -31.3) |
| LCH | lch(77.1 58.0 327.4) |
| OKLCH | oklch(0.822 0.161 328.0) |
Copy-ready code
/* CSS */
color: #fc9df9;
background-color: #fc9df9;
/* Tailwind (arbitrary) */
class="text-[#fc9df9] bg-[#fc9df9]"
/* SCSS */
$brand: #fc9df9;
/* SwiftUI */
Color(red: 0.988, green: 0.616, blue: 0.976)
/* Android */
Color.parseColor("#fc9df9")Accessibility — WCAG contrast
Aa
#fc9df9 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9df9 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.6%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow1.2%
Key (black)1.2%
Color previews
#fc9df9 text on a black background
contrast 11.33:1
Card sample
#fc9df9 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9df9;
Background color
Panel with #fc9df9 background
background-color: #fc9df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 157, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 157, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9df9; background: linear-gradient(135deg, #fc9df9, #FC9DBA);