#f5d79c
a light, electric orange · warm · closest name: tan
RGB
245, 215, 156
HSL
40°, 82%, 79%
CMYK
0, 12, 36, 4
Luminance
0.7041
Every format
| HEX | #f5d79c |
| RGB | rgb(245, 215, 156) |
| HSL | hsl(40, 82%, 79%) |
| CMYK | cmyk(0%, 12%, 36%, 4%) |
| LAB | lab(87.2 2.3 33.0) |
| LCH | lch(87.2 33.0 86.1) |
| OKLCH | oklch(0.891 0.083 83.9) |
Copy-ready code
/* CSS */
color: #f5d79c;
background-color: #f5d79c;
/* Tailwind (arbitrary) */
class="text-[#f5d79c] bg-[#f5d79c]"
/* SCSS */
$brand: #f5d79c;
/* SwiftUI */
Color(red: 0.961, green: 0.843, blue: 0.612)
/* Android */
Color.parseColor("#f5d79c")Accessibility — WCAG contrast
Aa
#f5d79c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d79c on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green84.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow36.3%
Key (black)3.9%
Color previews
#f5d79c text on a black background
contrast 15.08:1
Card sample
#f5d79c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d79c;
Background color
Panel with #f5d79c background
background-color: #f5d79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 215, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 215, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d79c; background: linear-gradient(135deg, #f5d79c, #D8F59C);