#f5f57f
a light, electric yellow · cool · closest name: khaki
RGB
245, 245, 127
HSL
60°, 86%, 73%
CMYK
0, 0, 48, 4
Luminance
0.8625
Every format
| HEX | #f5f57f |
| RGB | rgb(245, 245, 127) |
| HSL | hsl(60, 86%, 73%) |
| CMYK | cmyk(0%, 0%, 48%, 4%) |
| LAB | lab(94.4 -15.7 56.3) |
| LCH | lch(94.4 58.4 105.6) |
| OKLCH | oklch(0.946 0.141 108.8) |
Copy-ready code
/* CSS */
color: #f5f57f;
background-color: #f5f57f;
/* Tailwind (arbitrary) */
class="text-[#f5f57f] bg-[#f5f57f]"
/* SCSS */
$brand: #f5f57f;
/* SwiftUI */
Color(red: 0.961, green: 0.961, blue: 0.498)
/* Android */
Color.parseColor("#f5f57f")Accessibility — WCAG contrast
Aa
#f5f57f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f57f on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green96.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow48.2%
Key (black)3.9%
Color previews
#f5f57f text on a black background
contrast 18.25:1
Card sample
#f5f57f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f57f;
Background color
Panel with #f5f57f background
background-color: #f5f57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 245, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 245, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f57f; background: linear-gradient(135deg, #f5f57f, #A6F57F);