#f9b3d2
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 179, 210
HSL
333°, 85%, 84%
CMYK
0, 28, 16, 2
Luminance
0.5703
Every format
| HEX | #f9b3d2 |
| RGB | rgb(249, 179, 210) |
| HSL | hsl(333, 85%, 84%) |
| CMYK | cmyk(0%, 28%, 16%, 2%) |
| LAB | lab(80.2 29.9 -5.5) |
| LCH | lch(80.2 30.4 349.6) |
| OKLCH | oklch(0.841 0.090 351.0) |
Copy-ready code
/* CSS */
color: #f9b3d2;
background-color: #f9b3d2;
/* Tailwind (arbitrary) */
class="text-[#f9b3d2] bg-[#f9b3d2]"
/* SCSS */
$brand: #f9b3d2;
/* SwiftUI */
Color(red: 0.976, green: 0.702, blue: 0.824)
/* Android */
Color.parseColor("#f9b3d2")Accessibility — WCAG contrast
Aa
#f9b3d2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b3d2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green70.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow15.7%
Key (black)2.4%
Color previews
#f9b3d2 text on a black background
contrast 12.41:1
Card sample
#f9b3d2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b3d2;
Background color
Panel with #f9b3d2 background
background-color: #f9b3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 179, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 179, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b3d2; background: linear-gradient(135deg, #f9b3d2, #F9C3B3);