#f8daac
a light, electric orange · warm · closest name: tan
RGB
248, 218, 172
HSL
36°, 84%, 82%
CMYK
0, 12, 31, 3
Luminance
0.7308
Every format
| HEX | #f8daac |
| RGB | rgb(248, 218, 172) |
| HSL | hsl(36, 84%, 82%) |
| CMYK | cmyk(0%, 12%, 31%, 3%) |
| LAB | lab(88.5 3.8 26.5) |
| LCH | lch(88.5 26.8 81.9) |
| OKLCH | oklch(0.902 0.068 78.3) |
Copy-ready code
/* CSS */
color: #f8daac;
background-color: #f8daac;
/* Tailwind (arbitrary) */
class="text-[#f8daac] bg-[#f8daac]"
/* SCSS */
$brand: #f8daac;
/* SwiftUI */
Color(red: 0.973, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#f8daac")Accessibility — WCAG contrast
Aa
#f8daac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8daac on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow30.6%
Key (black)2.7%
Color previews
#f8daac text on a black background
contrast 15.62:1
Card sample
#f8daac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8daac;
Background color
Panel with #f8daac background
background-color: #f8daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8daac; background: linear-gradient(135deg, #f8daac, #E3F8AC);