#f5d080
a light, electric yellow · warm · closest name: khaki
RGB
245, 208, 128
HSL
41°, 85%, 73%
CMYK
0, 15, 48, 4
Luminance
0.6608
Every format
| HEX | #f5d080 |
| RGB | rgb(245, 208, 128) |
| HSL | hsl(41, 85%, 73%) |
| CMYK | cmyk(0%, 15%, 48%, 4%) |
| LAB | lab(85.0 3.0 44.4) |
| LCH | lch(85.0 44.5 86.2) |
| OKLCH | oklch(0.872 0.107 85.4) |
Copy-ready code
/* CSS */
color: #f5d080;
background-color: #f5d080;
/* Tailwind (arbitrary) */
class="text-[#f5d080] bg-[#f5d080]"
/* SCSS */
$brand: #f5d080;
/* SwiftUI */
Color(red: 0.961, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#f5d080")Accessibility — WCAG contrast
Aa
#f5d080 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d080 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow47.8%
Key (black)3.9%
Color previews
#f5d080 text on a black background
contrast 14.22:1
Card sample
#f5d080 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d080;
Background color
Panel with #f5d080 background
background-color: #f5d080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d080; background: linear-gradient(135deg, #f5d080, #CCF580);