#f5d699
a light, electric orange · warm · closest name: tan
RGB
245, 214, 153
HSL
40°, 82%, 78%
CMYK
0, 13, 38, 4
Luminance
0.6981
Every format
| HEX | #f5d699 |
| RGB | rgb(245, 214, 153) |
| HSL | hsl(40, 82%, 78%) |
| CMYK | cmyk(0%, 13%, 38%, 4%) |
| LAB | lab(86.9 2.5 34.1) |
| LCH | lch(86.9 34.2 85.9) |
| OKLCH | oklch(0.888 0.085 83.9) |
Copy-ready code
/* CSS */
color: #f5d699;
background-color: #f5d699;
/* Tailwind (arbitrary) */
class="text-[#f5d699] bg-[#f5d699]"
/* SCSS */
$brand: #f5d699;
/* SwiftUI */
Color(red: 0.961, green: 0.839, blue: 0.600)
/* Android */
Color.parseColor("#f5d699")Accessibility — WCAG contrast
Aa
#f5d699 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d699 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow37.6%
Key (black)3.9%
Color previews
#f5d699 text on a black background
contrast 14.96:1
Card sample
#f5d699 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d699;
Background color
Panel with #f5d699 background
background-color: #f5d699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 214, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 214, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d699; background: linear-gradient(135deg, #f5d699, #D7F599);