#fff24b
a balanced, electric yellow · cool · closest name: gold
RGB
255, 242, 75
HSL
56°, 100%, 65%
CMYK
0, 5, 71, 0
Luminance
0.8527
Every format
| HEX | #fff24b |
| RGB | rgb(255, 242, 75) |
| HSL | hsl(56, 100%, 65%) |
| CMYK | cmyk(0%, 5%, 71%, 0%) |
| LAB | lab(94.0 -13.6 77.5) |
| LCH | lch(94.0 78.7 100.0) |
| OKLCH | oklch(0.944 0.177 104.8) |
Copy-ready code
/* CSS */
color: #fff24b;
background-color: #fff24b;
/* Tailwind (arbitrary) */
class="text-[#fff24b] bg-[#fff24b]"
/* SCSS */
$brand: #fff24b;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.294)
/* Android */
Color.parseColor("#fff24b")Accessibility — WCAG contrast
Aa
#fff24b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff24b on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow70.6%
Key (black)0.0%
Color previews
#fff24b text on a black background
contrast 18.05:1
Card sample
#fff24b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff24b;
Background color
Panel with #fff24b background
background-color: #fff24b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff24b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff24b; background: linear-gradient(135deg, #fff24b, #94FF4B);