#f9c3d2
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 195, 210
HSL
343°, 82%, 87%
CMYK
0, 22, 16, 2
Luminance
0.6382
Every format
| HEX | #f9c3d2 |
| RGB | rgb(249, 195, 210) |
| HSL | hsl(343, 82%, 87%) |
| CMYK | cmyk(0%, 22%, 16%, 2%) |
| LAB | lab(83.9 21.5 -0.1) |
| LCH | lch(83.9 21.5 359.8) |
| OKLCH | oklch(0.869 0.064 0.1) |
Copy-ready code
/* CSS */
color: #f9c3d2;
background-color: #f9c3d2;
/* Tailwind (arbitrary) */
class="text-[#f9c3d2] bg-[#f9c3d2]"
/* SCSS */
$brand: #f9c3d2;
/* SwiftUI */
Color(red: 0.976, green: 0.765, blue: 0.824)
/* Android */
Color.parseColor("#f9c3d2")Accessibility — WCAG contrast
Aa
#f9c3d2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c3d2 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green76.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow15.7%
Key (black)2.4%
Color previews
#f9c3d2 text on a black background
contrast 13.76:1
Card sample
#f9c3d2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c3d2;
Background color
Panel with #f9c3d2 background
background-color: #f9c3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 195, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 195, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c3d2; background: linear-gradient(135deg, #f9c3d2, #F9D8C3);