#f8dcaa
a light, electric orange · warm · closest name: tan
RGB
248, 220, 170
HSL
39°, 85%, 82%
CMYK
0, 11, 32, 3
Luminance
0.7405
Every format
| HEX | #f8dcaa |
| RGB | rgb(248, 220, 170) |
| HSL | hsl(39, 85%, 82%) |
| CMYK | cmyk(0%, 11%, 32%, 3%) |
| LAB | lab(88.9 2.5 28.1) |
| LCH | lch(88.9 28.3 84.9) |
| OKLCH | oklch(0.906 0.072 81.9) |
Copy-ready code
/* CSS */
color: #f8dcaa;
background-color: #f8dcaa;
/* Tailwind (arbitrary) */
class="text-[#f8dcaa] bg-[#f8dcaa]"
/* SCSS */
$brand: #f8dcaa;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.667)
/* Android */
Color.parseColor("#f8dcaa")Accessibility — WCAG contrast
Aa
#f8dcaa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcaa on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow31.5%
Key (black)2.7%
Color previews
#f8dcaa text on a black background
contrast 15.81:1
Card sample
#f8dcaa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcaa;
Background color
Panel with #f8dcaa background
background-color: #f8dcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcaa; background: linear-gradient(135deg, #f8dcaa, #E0F8AA);