#f8daaa
a light, electric orange · warm · closest name: tan
RGB
248, 218, 170
HSL
37°, 85%, 82%
CMYK
0, 12, 32, 3
Luminance
0.7300
Every format
| HEX | #f8daaa |
| RGB | rgb(248, 218, 170) |
| HSL | hsl(37, 85%, 82%) |
| CMYK | cmyk(0%, 12%, 32%, 3%) |
| LAB | lab(88.5 3.5 27.5) |
| LCH | lch(88.5 27.7 82.7) |
| OKLCH | oklch(0.902 0.070 79.3) |
Copy-ready code
/* CSS */
color: #f8daaa;
background-color: #f8daaa;
/* Tailwind (arbitrary) */
class="text-[#f8daaa] bg-[#f8daaa]"
/* SCSS */
$brand: #f8daaa;
/* SwiftUI */
Color(red: 0.973, green: 0.855, blue: 0.667)
/* Android */
Color.parseColor("#f8daaa")Accessibility — WCAG contrast
Aa
#f8daaa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8daaa on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow31.5%
Key (black)2.7%
Color previews
#f8daaa text on a black background
contrast 15.60:1
Card sample
#f8daaa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8daaa;
Background color
Panel with #f8daaa background
background-color: #f8daaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8daaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 218, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 218, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8daaa; background: linear-gradient(135deg, #f8daaa, #E2F8AA);