#f9b28f
a light, electric orange · warm · closest name: tan
RGB
249, 178, 143
HSL
20°, 90%, 77%
CMYK
0, 29, 43, 2
Luminance
0.5396
Every format
| HEX | #f9b28f |
| RGB | rgb(249, 178, 143) |
| HSL | hsl(20, 90%, 77%) |
| CMYK | cmyk(0%, 29%, 43%, 2%) |
| LAB | lab(78.4 21.7 28.2) |
| LCH | lch(78.4 35.6 52.4) |
| OKLCH | oklch(0.822 0.096 47.2) |
Copy-ready code
/* CSS */
color: #f9b28f;
background-color: #f9b28f;
/* Tailwind (arbitrary) */
class="text-[#f9b28f] bg-[#f9b28f]"
/* SCSS */
$brand: #f9b28f;
/* SwiftUI */
Color(red: 0.976, green: 0.698, blue: 0.561)
/* Android */
Color.parseColor("#f9b28f")Accessibility — WCAG contrast
Aa
#f9b28f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b28f on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green69.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow42.6%
Key (black)2.4%
Color previews
#f9b28f text on a black background
contrast 11.79:1
Card sample
#f9b28f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b28f;
Background color
Panel with #f9b28f background
background-color: #f9b28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 178, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 178, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b28f; background: linear-gradient(135deg, #f9b28f, #F9F98F);