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