#f5dc70
a light, electric yellow · cool · closest name: khaki
RGB
245, 220, 112
HSL
49°, 87%, 70%
CMYK
0, 10, 54, 4
Luminance
0.7177
Every format
| HEX | #f5dc70 |
| RGB | rgb(245, 220, 112) |
| HSL | hsl(49, 87%, 70%) |
| CMYK | cmyk(0%, 10%, 54%, 4%) |
| LAB | lab(87.9 -4.5 55.5) |
| LCH | lch(87.9 55.7 94.6) |
| OKLCH | oklch(0.894 0.131 96.5) |
Copy-ready code
/* CSS */
color: #f5dc70;
background-color: #f5dc70;
/* Tailwind (arbitrary) */
class="text-[#f5dc70] bg-[#f5dc70]"
/* SCSS */
$brand: #f5dc70;
/* SwiftUI */
Color(red: 0.961, green: 0.863, blue: 0.439)
/* Android */
Color.parseColor("#f5dc70")Accessibility — WCAG contrast
Aa
#f5dc70 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dc70 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.3%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow54.3%
Key (black)3.9%
Color previews
#f5dc70 text on a black background
contrast 15.35:1
Card sample
#f5dc70 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dc70;
Background color
Panel with #f5dc70 background
background-color: #f5dc70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dc70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 220, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 220, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dc70; background: linear-gradient(135deg, #f5dc70, #B5F570);