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