#ffee49
a balanced, electric yellow · cool · closest name: gold
RGB
255, 238, 73
HSL
54°, 100%, 64%
CMYK
0, 7, 71, 0
Luminance
0.8289
Every format
| HEX | #ffee49 |
| RGB | rgb(255, 238, 73) |
| HSL | hsl(54, 100%, 64%) |
| CMYK | cmyk(0%, 7%, 71%, 0%) |
| LAB | lab(93.0 -11.8 77.2) |
| LCH | lch(93.0 78.1 98.7) |
| OKLCH | oklch(0.935 0.175 103.3) |
Copy-ready code
/* CSS */
color: #ffee49;
background-color: #ffee49;
/* Tailwind (arbitrary) */
class="text-[#ffee49] bg-[#ffee49]"
/* SCSS */
$brand: #ffee49;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#ffee49")Accessibility — WCAG contrast
Aa
#ffee49 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee49 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow71.4%
Key (black)0.0%
Color previews
#ffee49 text on a black background
contrast 17.58:1
Card sample
#ffee49 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee49;
Background color
Panel with #ffee49 background
background-color: #ffee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee49; background: linear-gradient(135deg, #ffee49, #97FF49);