#f5d0af
a light, electric orange · warm · closest name: tan
RGB
245, 208, 175
HSL
28°, 78%, 82%
CMYK
0, 15, 29, 4
Luminance
0.6762
Every format
| HEX | #f5d0af |
| RGB | rgb(245, 208, 175) |
| HSL | hsl(28, 78%, 82%) |
| CMYK | cmyk(0%, 15%, 29%, 4%) |
| LAB | lab(85.8 8.2 21.2) |
| LCH | lch(85.8 22.8 68.8) |
| OKLCH | oklch(0.881 0.060 63.7) |
Copy-ready code
/* CSS */
color: #f5d0af;
background-color: #f5d0af;
/* Tailwind (arbitrary) */
class="text-[#f5d0af] bg-[#f5d0af]"
/* SCSS */
$brand: #f5d0af;
/* SwiftUI */
Color(red: 0.961, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#f5d0af")Accessibility — WCAG contrast
Aa
#f5d0af on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d0af on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow28.6%
Key (black)3.9%
Color previews
#f5d0af text on a black background
contrast 14.52:1
Card sample
#f5d0af text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d0af;
Background color
Panel with #f5d0af background
background-color: #f5d0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d0af; background: linear-gradient(135deg, #f5d0af, #EBF5AF);