#f8d8af
a light, electric orange · warm · closest name: tan
RGB
248, 216, 175
HSL
34°, 84%, 83%
CMYK
0, 13, 29, 3
Luminance
0.7216
Every format
| HEX | #f8d8af |
| RGB | rgb(248, 216, 175) |
| HSL | hsl(34, 84%, 83%) |
| CMYK | cmyk(0%, 13%, 29%, 3%) |
| LAB | lab(88.0 5.2 24.3) |
| LCH | lch(88.0 24.9 77.9) |
| OKLCH | oklch(0.899 0.064 73.7) |
Copy-ready code
/* CSS */
color: #f8d8af;
background-color: #f8d8af;
/* Tailwind (arbitrary) */
class="text-[#f8d8af] bg-[#f8d8af]"
/* SCSS */
$brand: #f8d8af;
/* SwiftUI */
Color(red: 0.973, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#f8d8af")Accessibility — WCAG contrast
Aa
#f8d8af on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d8af on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green84.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow29.4%
Key (black)2.7%
Color previews
#f8d8af text on a black background
contrast 15.43:1
Card sample
#f8d8af text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d8af;
Background color
Panel with #f8d8af background
background-color: #f8d8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d8af; background: linear-gradient(135deg, #f8d8af, #E7F8AF);