#f9c5eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 197, 235
HSL
316°, 81%, 88%
CMYK
0, 21, 6, 2
Luminance
0.6607
Every format
| HEX | #f9c5eb |
| RGB | rgb(249, 197, 235) |
| HSL | hsl(316, 81%, 88%) |
| CMYK | cmyk(0%, 21%, 6%, 2%) |
| LAB | lab(85.0 24.5 -11.7) |
| LCH | lch(85.0 27.2 334.5) |
| OKLCH | oklch(0.880 0.077 336.1) |
Copy-ready code
/* CSS */
color: #f9c5eb;
background-color: #f9c5eb;
/* Tailwind (arbitrary) */
class="text-[#f9c5eb] bg-[#f9c5eb]"
/* SCSS */
$brand: #f9c5eb;
/* SwiftUI */
Color(red: 0.976, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#f9c5eb")Accessibility — WCAG contrast
Aa
#f9c5eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c5eb on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green77.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow5.6%
Key (black)2.4%
Color previews
#f9c5eb text on a black background
contrast 14.21:1
Card sample
#f9c5eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c5eb;
Background color
Panel with #f9c5eb background
background-color: #f9c5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c5eb; background: linear-gradient(135deg, #f9c5eb, #F9C5C9);