#f9cbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 203, 223
HSL
334°, 79%, 89%
CMYK
0, 19, 10, 2
Luminance
0.6818
Every format
| HEX | #f9cbdf |
| RGB | rgb(249, 203, 223) |
| HSL | hsl(334, 79%, 89%) |
| CMYK | cmyk(0%, 19%, 10%, 2%) |
| LAB | lab(86.1 19.4 -3.7) |
| LCH | lch(86.1 19.7 349.1) |
| OKLCH | oklch(0.888 0.058 350.4) |
Copy-ready code
/* CSS */
color: #f9cbdf;
background-color: #f9cbdf;
/* Tailwind (arbitrary) */
class="text-[#f9cbdf] bg-[#f9cbdf]"
/* SCSS */
$brand: #f9cbdf;
/* SwiftUI */
Color(red: 0.976, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#f9cbdf")Accessibility — WCAG contrast
Aa
#f9cbdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cbdf on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow10.4%
Key (black)2.4%
Color previews
#f9cbdf text on a black background
contrast 14.64:1
Card sample
#f9cbdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cbdf;
Background color
Panel with #f9cbdf background
background-color: #f9cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cbdf; background: linear-gradient(135deg, #f9cbdf, #F9D6CB);