#f9cceb
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 204, 235
HSL
319°, 79%, 89%
CMYK
0, 18, 6, 2
Luminance
0.6932
Every format
| HEX | #f9cceb |
| RGB | rgb(249, 204, 235) |
| HSL | hsl(319, 79%, 89%) |
| CMYK | cmyk(0%, 18%, 6%, 2%) |
| LAB | lab(86.7 20.9 -9.3) |
| LCH | lch(86.7 22.8 336.0) |
| OKLCH | oklch(0.893 0.065 337.7) |
Copy-ready code
/* CSS */
color: #f9cceb;
background-color: #f9cceb;
/* Tailwind (arbitrary) */
class="text-[#f9cceb] bg-[#f9cceb]"
/* SCSS */
$brand: #f9cceb;
/* SwiftUI */
Color(red: 0.976, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#f9cceb")Accessibility — WCAG contrast
Aa
#f9cceb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cceb on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow5.6%
Key (black)2.4%
Color previews
#f9cceb text on a black background
contrast 14.86:1
Card sample
#f9cceb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cceb;
Background color
Panel with #f9cceb background
background-color: #f9cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cceb; background: linear-gradient(135deg, #f9cceb, #F9CCCD);