#f9b5ae
a light, electric red · warm · closest name: pink
RGB
249, 181, 174
HSL
6°, 86%, 83%
CMYK
0, 27, 30, 2
Luminance
0.5624
Every format
| HEX | #f9b5ae |
| RGB | rgb(249, 181, 174) |
| HSL | hsl(6, 86%, 83%) |
| CMYK | cmyk(0%, 27%, 30%, 2%) |
| LAB | lab(79.8 23.8 13.3) |
| LCH | lch(79.8 27.2 29.3) |
| OKLCH | oklch(0.835 0.080 25.5) |
Copy-ready code
/* CSS */
color: #f9b5ae;
background-color: #f9b5ae;
/* Tailwind (arbitrary) */
class="text-[#f9b5ae] bg-[#f9b5ae]"
/* SCSS */
$brand: #f9b5ae;
/* SwiftUI */
Color(red: 0.976, green: 0.710, blue: 0.682)
/* Android */
Color.parseColor("#f9b5ae")Accessibility — WCAG contrast
Aa
#f9b5ae on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b5ae on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green71.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow30.1%
Key (black)2.4%
Color previews
#f9b5ae text on a black background
contrast 12.25:1
Card sample
#f9b5ae text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b5ae;
Background color
Panel with #f9b5ae background
background-color: #f9b5ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b5ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 181, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 181, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b5ae; background: linear-gradient(135deg, #f9b5ae, #F9E7AE);