#f9b488
a light, electric orange · warm · closest name: tan
RGB
249, 180, 136
HSL
23°, 90%, 76%
CMYK
0, 28, 45, 2
Luminance
0.5456
Every format
| HEX | #f9b488 |
| RGB | rgb(249, 180, 136) |
| HSL | hsl(23, 90%, 76%) |
| CMYK | cmyk(0%, 28%, 45%, 2%) |
| LAB | lab(78.8 19.9 32.3) |
| LCH | lch(78.8 38.0 58.3) |
| OKLCH | oklch(0.825 0.099 53.4) |
Copy-ready code
/* CSS */
color: #f9b488;
background-color: #f9b488;
/* Tailwind (arbitrary) */
class="text-[#f9b488] bg-[#f9b488]"
/* SCSS */
$brand: #f9b488;
/* SwiftUI */
Color(red: 0.976, green: 0.706, blue: 0.533)
/* Android */
Color.parseColor("#f9b488")Accessibility — WCAG contrast
Aa
#f9b488 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b488 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green70.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow45.4%
Key (black)2.4%
Color previews
#f9b488 text on a black background
contrast 11.91:1
Card sample
#f9b488 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b488;
Background color
Panel with #f9b488 background
background-color: #f9b488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 180, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 180, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b488; background: linear-gradient(135deg, #f9b488, #F3F988);