#f8c0aa
a light, electric orange · warm · closest name: tan
RGB
248, 192, 170
HSL
17°, 85%, 82%
CMYK
0, 23, 32, 3
Luminance
0.6056
Every format
| HEX | #f8c0aa |
| RGB | rgb(248, 192, 170) |
| HSL | hsl(17, 85%, 82%) |
| CMYK | cmyk(0%, 23%, 32%, 3%) |
| LAB | lab(82.1 17.1 18.8) |
| LCH | lch(82.1 25.4 47.8) |
| OKLCH | oklch(0.853 0.071 42.5) |
Copy-ready code
/* CSS */
color: #f8c0aa;
background-color: #f8c0aa;
/* Tailwind (arbitrary) */
class="text-[#f8c0aa] bg-[#f8c0aa]"
/* SCSS */
$brand: #f8c0aa;
/* SwiftUI */
Color(red: 0.973, green: 0.753, blue: 0.667)
/* Android */
Color.parseColor("#f8c0aa")Accessibility — WCAG contrast
Aa
#f8c0aa on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c0aa on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green75.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow31.5%
Key (black)2.7%
Color previews
#f8c0aa text on a black background
contrast 13.11:1
Card sample
#f8c0aa text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c0aa;
Background color
Panel with #f8c0aa background
background-color: #f8c0aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c0aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 192, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 192, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c0aa; background: linear-gradient(135deg, #f8c0aa, #F8F4AA);