#f9bdaf
a light, electric red · warm · closest name: pink
RGB
249, 189, 175
HSL
11°, 86%, 83%
CMYK
0, 24, 30, 2
Luminance
0.5963
Every format
| HEX | #f9bdaf |
| RGB | rgb(249, 189, 175) |
| HSL | hsl(11, 86%, 83%) |
| CMYK | cmyk(0%, 24%, 30%, 2%) |
| LAB | lab(81.6 19.7 15.5) |
| LCH | lch(81.6 25.0 38.2) |
| OKLCH | oklch(0.849 0.072 33.5) |
Copy-ready code
/* CSS */
color: #f9bdaf;
background-color: #f9bdaf;
/* Tailwind (arbitrary) */
class="text-[#f9bdaf] bg-[#f9bdaf]"
/* SCSS */
$brand: #f9bdaf;
/* SwiftUI */
Color(red: 0.976, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#f9bdaf")Accessibility — WCAG contrast
Aa
#f9bdaf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bdaf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow29.7%
Key (black)2.4%
Color previews
#f9bdaf text on a black background
contrast 12.93:1
Card sample
#f9bdaf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bdaf;
Background color
Panel with #f9bdaf background
background-color: #f9bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bdaf; background: linear-gradient(135deg, #f9bdaf, #F9EEAF);