#f9afeb
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 175, 235
HSL
311°, 86%, 83%
CMYK
0, 30, 6, 2
Luminance
0.5680
Every format
| HEX | #f9afeb |
| RGB | rgb(249, 175, 235) |
| HSL | hsl(311, 86%, 83%) |
| CMYK | cmyk(0%, 30%, 6%, 2%) |
| LAB | lab(80.1 36.1 -19.2) |
| LCH | lch(80.1 40.9 332.1) |
| OKLCH | oklch(0.842 0.115 333.5) |
Copy-ready code
/* CSS */
color: #f9afeb;
background-color: #f9afeb;
/* Tailwind (arbitrary) */
class="text-[#f9afeb] bg-[#f9afeb]"
/* SCSS */
$brand: #f9afeb;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#f9afeb")Accessibility — WCAG contrast
Aa
#f9afeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9afeb on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow5.6%
Key (black)2.4%
Color previews
#f9afeb text on a black background
contrast 12.36:1
Card sample
#f9afeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9afeb;
Background color
Panel with #f9afeb background
background-color: #f9afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9afeb; background: linear-gradient(135deg, #f9afeb, #F9AFB9);