#f8bc9a
a light, electric orange · warm · closest name: tan
RGB
248, 188, 154
HSL
22°, 87%, 79%
CMYK
0, 24, 38, 3
Luminance
0.5826
Every format
| HEX | #f8bc9a |
| RGB | rgb(248, 188, 154) |
| HSL | hsl(22, 87%, 79%) |
| CMYK | cmyk(0%, 24%, 38%, 3%) |
| LAB | lab(80.9 17.3 25.6) |
| LCH | lch(80.9 30.9 56.0) |
| OKLCH | oklch(0.842 0.083 50.8) |
Copy-ready code
/* CSS */
color: #f8bc9a;
background-color: #f8bc9a;
/* Tailwind (arbitrary) */
class="text-[#f8bc9a] bg-[#f8bc9a]"
/* SCSS */
$brand: #f8bc9a;
/* SwiftUI */
Color(red: 0.973, green: 0.737, blue: 0.604)
/* Android */
Color.parseColor("#f8bc9a")Accessibility — WCAG contrast
Aa
#f8bc9a on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8bc9a on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green73.7%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow37.9%
Key (black)2.7%
Color previews
#f8bc9a text on a black background
contrast 12.65:1
Card sample
#f8bc9a text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8bc9a;
Background color
Panel with #f8bc9a background
background-color: #f8bc9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8bc9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 188, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 188, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8bc9a; background: linear-gradient(135deg, #f8bc9a, #F5F89A);