#ffee24
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 238, 36
HSL
55°, 100%, 57%
CMYK
0, 7, 86, 0
Luminance
0.8254
Every format
| HEX | #ffee24 |
| RGB | rgb(255, 238, 36) |
| HSL | hsl(55, 100%, 57%) |
| CMYK | cmyk(0%, 7%, 86%, 0%) |
| LAB | lab(92.8 -12.9 87.1) |
| LCH | lch(92.8 88.1 98.4) |
| OKLCH | oklch(0.934 0.191 104.1) |
Copy-ready code
/* CSS */
color: #ffee24;
background-color: #ffee24;
/* Tailwind (arbitrary) */
class="text-[#ffee24] bg-[#ffee24]"
/* SCSS */
$brand: #ffee24;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.141)
/* Android */
Color.parseColor("#ffee24")Accessibility — WCAG contrast
Aa
#ffee24 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee24 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow85.9%
Key (black)0.0%
Color previews
#ffee24 text on a black background
contrast 17.51:1
Card sample
#ffee24 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee24;
Background color
Panel with #ffee24 background
background-color: #ffee24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee24; background: linear-gradient(135deg, #ffee24, #7EFF24);