#f5cd79
a light, electric yellow · warm · closest name: khaki
RGB
245, 205, 121
HSL
41°, 86%, 72%
CMYK
0, 16, 51, 4
Luminance
0.6446
Every format
| HEX | #f5cd79 |
| RGB | rgb(245, 205, 121) |
| HSL | hsl(41, 86%, 72%) |
| CMYK | cmyk(0%, 16%, 51%, 4%) |
| LAB | lab(84.2 3.9 46.8) |
| LCH | lch(84.2 47.0 85.2) |
| OKLCH | oklch(0.865 0.112 84.6) |
Copy-ready code
/* CSS */
color: #f5cd79;
background-color: #f5cd79;
/* Tailwind (arbitrary) */
class="text-[#f5cd79] bg-[#f5cd79]"
/* SCSS */
$brand: #f5cd79;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.475)
/* Android */
Color.parseColor("#f5cd79")Accessibility — WCAG contrast
Aa
#f5cd79 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cd79 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow50.6%
Key (black)3.9%
Color previews
#f5cd79 text on a black background
contrast 13.89:1
Card sample
#f5cd79 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cd79;
Background color
Panel with #f5cd79 background
background-color: #f5cd79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cd79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cd79; background: linear-gradient(135deg, #f5cd79, #CAF579);