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