#f5c25b
a light, electric yellow · warm · closest name: khaki
RGB
245, 194, 91
HSL
40°, 89%, 66%
CMYK
0, 21, 63, 4
Luminance
0.5875
Every format
| HEX | #f5c25b |
| RGB | rgb(245, 194, 91) |
| HSL | hsl(40, 89%, 66%) |
| CMYK | cmyk(0%, 21%, 63%, 4%) |
| LAB | lab(81.2 7.4 57.5) |
| LCH | lch(81.2 57.9 82.7) |
| OKLCH | oklch(0.840 0.133 82.7) |
Copy-ready code
/* CSS */
color: #f5c25b;
background-color: #f5c25b;
/* Tailwind (arbitrary) */
class="text-[#f5c25b] bg-[#f5c25b]"
/* SCSS */
$brand: #f5c25b;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.357)
/* Android */
Color.parseColor("#f5c25b")Accessibility — WCAG contrast
Aa
#f5c25b on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c25b on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow62.9%
Key (black)3.9%
Color previews
#f5c25b text on a black background
contrast 12.75:1
Card sample
#f5c25b text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c25b;
Background color
Panel with #f5c25b background
background-color: #f5c25b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c25b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c25b; background: linear-gradient(135deg, #f5c25b, #C1F55B);