#f9c2db
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 194, 219
HSL
333°, 82%, 87%
CMYK
0, 22, 12, 2
Luminance
0.6384
Every format
| HEX | #f9c2db |
| RGB | rgb(249, 194, 219) |
| HSL | hsl(333, 82%, 87%) |
| CMYK | cmyk(0%, 22%, 12%, 2%) |
| LAB | lab(83.9 23.4 -4.9) |
| LCH | lch(83.9 23.9 348.3) |
| OKLCH | oklch(0.870 0.070 349.7) |
Copy-ready code
/* CSS */
color: #f9c2db;
background-color: #f9c2db;
/* Tailwind (arbitrary) */
class="text-[#f9c2db] bg-[#f9c2db]"
/* SCSS */
$brand: #f9c2db;
/* SwiftUI */
Color(red: 0.976, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#f9c2db")Accessibility — WCAG contrast
Aa
#f9c2db on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c2db on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green76.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow12.0%
Key (black)2.4%
Color previews
#f9c2db text on a black background
contrast 13.77:1
Card sample
#f9c2db text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c2db;
Background color
Panel with #f9c2db background
background-color: #f9c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c2db; background: linear-gradient(135deg, #f9c2db, #F9CEC2);