#f9affc
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 175, 252
HSL
298°, 93%, 84%
CMYK
1, 31, 0, 1
Luminance
0.5783
Every format
| HEX | #f9affc |
| RGB | rgb(249, 175, 252) |
| HSL | hsl(298, 93%, 84%) |
| CMYK | cmyk(1%, 31%, 0%, 1%) |
| LAB | lab(80.6 39.1 -27.4) |
| LCH | lch(80.6 47.8 325.0) |
| OKLCH | oklch(0.849 0.131 325.3) |
Copy-ready code
/* CSS */
color: #f9affc;
background-color: #f9affc;
/* Tailwind (arbitrary) */
class="text-[#f9affc] bg-[#f9affc]"
/* SCSS */
$brand: #f9affc;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#f9affc")Accessibility — WCAG contrast
Aa
#f9affc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9affc on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan1.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#f9affc text on a black background
contrast 12.57:1
Card sample
#f9affc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9affc;
Background color
Panel with #f9affc background
background-color: #f9affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9affc; background: linear-gradient(135deg, #f9affc, #FCAFCC);