#f5d482
a light, electric yellow · warm · closest name: khaki
RGB
245, 212, 130
HSL
43°, 85%, 74%
CMYK
0, 14, 47, 4
Luminance
0.6811
Every format
| HEX | #f5d482 |
| RGB | rgb(245, 212, 130) |
| HSL | hsl(43, 85%, 74%) |
| CMYK | cmyk(0%, 14%, 47%, 4%) |
| LAB | lab(86.1 1.1 44.6) |
| LCH | lch(86.1 44.7 88.6) |
| OKLCH | oklch(0.880 0.108 88.2) |
Copy-ready code
/* CSS */
color: #f5d482;
background-color: #f5d482;
/* Tailwind (arbitrary) */
class="text-[#f5d482] bg-[#f5d482]"
/* SCSS */
$brand: #f5d482;
/* SwiftUI */
Color(red: 0.961, green: 0.831, blue: 0.510)
/* Android */
Color.parseColor("#f5d482")Accessibility — WCAG contrast
Aa
#f5d482 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d482 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.1%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow46.9%
Key (black)3.9%
Color previews
#f5d482 text on a black background
contrast 14.62:1
Card sample
#f5d482 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d482;
Background color
Panel with #f5d482 background
background-color: #f5d482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 212, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 212, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d482; background: linear-gradient(135deg, #f5d482, #C9F582);