#f8c4aa
a light, electric orange · warm · closest name: tan
RGB
248, 196, 170
HSL
20°, 85%, 82%
CMYK
0, 21, 32, 3
Luminance
0.6234
Every format
| HEX | #f8c4aa |
| RGB | rgb(248, 196, 170) |
| HSL | hsl(20, 85%, 82%) |
| CMYK | cmyk(0%, 21%, 32%, 3%) |
| LAB | lab(83.1 15.0 20.1) |
| LCH | lch(83.1 25.1 53.4) |
| OKLCH | oklch(0.860 0.069 47.9) |
Copy-ready code
/* CSS */
color: #f8c4aa;
background-color: #f8c4aa;
/* Tailwind (arbitrary) */
class="text-[#f8c4aa] bg-[#f8c4aa]"
/* SCSS */
$brand: #f8c4aa;
/* SwiftUI */
Color(red: 0.973, green: 0.769, blue: 0.667)
/* Android */
Color.parseColor("#f8c4aa")Accessibility — WCAG contrast
Aa
#f8c4aa on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c4aa on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green76.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow31.5%
Key (black)2.7%
Color previews
#f8c4aa text on a black background
contrast 13.47:1
Card sample
#f8c4aa text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c4aa;
Background color
Panel with #f8c4aa background
background-color: #f8c4aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c4aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 196, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 196, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c4aa; background: linear-gradient(135deg, #f8c4aa, #F8F8AA);