#f9c5df
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 197, 223
HSL
330°, 81%, 88%
CMYK
0, 21, 10, 2
Luminance
0.6540
Every format
| HEX | #f9c5df |
| RGB | rgb(249, 197, 223) |
| HSL | hsl(330, 81%, 88%) |
| CMYK | cmyk(0%, 21%, 10%, 2%) |
| LAB | lab(84.7 22.5 -5.8) |
| LCH | lch(84.7 23.3 345.5) |
| OKLCH | oklch(0.877 0.068 347.1) |
Copy-ready code
/* CSS */
color: #f9c5df;
background-color: #f9c5df;
/* Tailwind (arbitrary) */
class="text-[#f9c5df] bg-[#f9c5df]"
/* SCSS */
$brand: #f9c5df;
/* SwiftUI */
Color(red: 0.976, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#f9c5df")Accessibility — WCAG contrast
Aa
#f9c5df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c5df on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow10.4%
Key (black)2.4%
Color previews
#f9c5df text on a black background
contrast 14.08:1
Card sample
#f9c5df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c5df;
Background color
Panel with #f9c5df background
background-color: #f9c5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c5df; background: linear-gradient(135deg, #f9c5df, #F9CEC5);