#f9b0af
a light, electric red · warm · closest name: pink
RGB
249, 176, 175
HSL
1°, 86%, 83%
CMYK
0, 29, 30, 2
Luminance
0.5429
Every format
| HEX | #f9b0af |
| RGB | rgb(249, 176, 175) |
| HSL | hsl(1, 86%, 83%) |
| CMYK | cmyk(0%, 29%, 30%, 2%) |
| LAB | lab(78.6 26.5 11.2) |
| LCH | lch(78.6 28.8 22.9) |
| OKLCH | oklch(0.826 0.086 20.0) |
Copy-ready code
/* CSS */
color: #f9b0af;
background-color: #f9b0af;
/* Tailwind (arbitrary) */
class="text-[#f9b0af] bg-[#f9b0af]"
/* SCSS */
$brand: #f9b0af;
/* SwiftUI */
Color(red: 0.976, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#f9b0af")Accessibility — WCAG contrast
Aa
#f9b0af on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b0af on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow29.7%
Key (black)2.4%
Color previews
#f9b0af text on a black background
contrast 11.86:1
Card sample
#f9b0af text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b0af;
Background color
Panel with #f9b0af background
background-color: #f9b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b0af; background: linear-gradient(135deg, #f9b0af, #F9E1AF);