#f9beb2
a light, electric red · warm · closest name: pink
RGB
249, 190, 178
HSL
10°, 86%, 84%
CMYK
0, 24, 29, 2
Luminance
0.6018
Every format
| HEX | #f9beb2 |
| RGB | rgb(249, 190, 178) |
| HSL | hsl(10, 86%, 84%) |
| CMYK | cmyk(0%, 24%, 29%, 2%) |
| LAB | lab(81.9 19.5 14.3) |
| LCH | lch(81.9 24.2 36.2) |
| OKLCH | oklch(0.852 0.070 31.6) |
Copy-ready code
/* CSS */
color: #f9beb2;
background-color: #f9beb2;
/* Tailwind (arbitrary) */
class="text-[#f9beb2] bg-[#f9beb2]"
/* SCSS */
$brand: #f9beb2;
/* SwiftUI */
Color(red: 0.976, green: 0.745, blue: 0.698)
/* Android */
Color.parseColor("#f9beb2")Accessibility — WCAG contrast
Aa
#f9beb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9beb2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow28.5%
Key (black)2.4%
Color previews
#f9beb2 text on a black background
contrast 13.04:1
Card sample
#f9beb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9beb2;
Background color
Panel with #f9beb2 background
background-color: #f9beb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9beb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 190, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 190, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9beb2; background: linear-gradient(135deg, #f9beb2, #F9EDB2);