#f9cbf2
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 203, 242
HSL
309°, 79%, 89%
CMYK
0, 19, 3, 2
Luminance
0.6926
Every format
| HEX | #f9cbf2 |
| RGB | rgb(249, 203, 242) |
| HSL | hsl(309, 79%, 89%) |
| CMYK | cmyk(0%, 19%, 3%, 2%) |
| LAB | lab(86.6 22.6 -13.0) |
| LCH | lch(86.6 26.1 330.0) |
| OKLCH | oklch(0.893 0.072 331.3) |
Copy-ready code
/* CSS */
color: #f9cbf2;
background-color: #f9cbf2;
/* Tailwind (arbitrary) */
class="text-[#f9cbf2] bg-[#f9cbf2]"
/* SCSS */
$brand: #f9cbf2;
/* SwiftUI */
Color(red: 0.976, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#f9cbf2")Accessibility — WCAG contrast
Aa
#f9cbf2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cbf2 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green79.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow2.8%
Key (black)2.4%
Color previews
#f9cbf2 text on a black background
contrast 14.85:1
Card sample
#f9cbf2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cbf2;
Background color
Panel with #f9cbf2 background
background-color: #f9cbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cbf2; background: linear-gradient(135deg, #f9cbf2, #F9CBD3);