#f8d0af
a light, electric orange · warm · closest name: tan
RGB
248, 208, 175
HSL
27°, 84%, 83%
CMYK
0, 16, 29, 3
Luminance
0.6816
Every format
| HEX | #f8d0af |
| RGB | rgb(248, 208, 175) |
| HSL | hsl(27, 84%, 83%) |
| CMYK | cmyk(0%, 16%, 29%, 3%) |
| LAB | lab(86.1 9.3 21.6) |
| LCH | lch(86.1 23.6 66.6) |
| OKLCH | oklch(0.884 0.063 61.4) |
Copy-ready code
/* CSS */
color: #f8d0af;
background-color: #f8d0af;
/* Tailwind (arbitrary) */
class="text-[#f8d0af] bg-[#f8d0af]"
/* SCSS */
$brand: #f8d0af;
/* SwiftUI */
Color(red: 0.973, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#f8d0af")Accessibility — WCAG contrast
Aa
#f8d0af on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d0af on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green81.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow29.4%
Key (black)2.7%
Color previews
#f8d0af text on a black background
contrast 14.63:1
Card sample
#f8d0af text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d0af;
Background color
Panel with #f8d0af background
background-color: #f8d0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d0af; background: linear-gradient(135deg, #f8d0af, #EFF8AF);