#ffee77
a light, electric yellow · cool · closest name: khaki
RGB
255, 238, 119
HSL
53°, 100%, 73%
CMYK
0, 7, 53, 0
Luminance
0.8374
Every format
| HEX | #ffee77 |
| RGB | rgb(255, 238, 119) |
| HSL | hsl(53, 100%, 73%) |
| CMYK | cmyk(0%, 7%, 53%, 0%) |
| LAB | lab(93.3 -8.9 58.9) |
| LCH | lch(93.3 59.5 98.6) |
| OKLCH | oklch(0.940 0.141 101.3) |
Copy-ready code
/* CSS */
color: #ffee77;
background-color: #ffee77;
/* Tailwind (arbitrary) */
class="text-[#ffee77] bg-[#ffee77]"
/* SCSS */
$brand: #ffee77;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.467)
/* Android */
Color.parseColor("#ffee77")Accessibility — WCAG contrast
Aa
#ffee77 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee77 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow53.3%
Key (black)0.0%
Color previews
#ffee77 text on a black background
contrast 17.75:1
Card sample
#ffee77 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee77;
Background color
Panel with #ffee77 background
background-color: #ffee77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee77; background: linear-gradient(135deg, #ffee77, #B5FF77);