#f9ceeb
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 206, 235
HSL
320°, 78%, 89%
CMYK
0, 17, 6, 2
Luminance
0.7028
Every format
| HEX | #f9ceeb |
| RGB | rgb(249, 206, 235) |
| HSL | hsl(320, 78%, 89%) |
| CMYK | cmyk(0%, 17%, 6%, 2%) |
| LAB | lab(87.1 19.8 -8.6) |
| LCH | lch(87.1 21.6 336.6) |
| OKLCH | oklch(0.897 0.061 338.2) |
Copy-ready code
/* CSS */
color: #f9ceeb;
background-color: #f9ceeb;
/* Tailwind (arbitrary) */
class="text-[#f9ceeb] bg-[#f9ceeb]"
/* SCSS */
$brand: #f9ceeb;
/* SwiftUI */
Color(red: 0.976, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#f9ceeb")Accessibility — WCAG contrast
Aa
#f9ceeb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ceeb on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow5.6%
Key (black)2.4%
Color previews
#f9ceeb text on a black background
contrast 15.06:1
Card sample
#f9ceeb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ceeb;
Background color
Panel with #f9ceeb background
background-color: #f9ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ceeb; background: linear-gradient(135deg, #f9ceeb, #F9CECE);