#ffeb66
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 102
HSL
52°, 100%, 70%
CMYK
0, 8, 60, 0
Luminance
0.8164
Every format
| HEX | #ffeb66 |
| RGB | rgb(255, 235, 102) |
| HSL | hsl(52, 100%, 70%) |
| CMYK | cmyk(0%, 8%, 60%, 0%) |
| LAB | lab(92.4 -8.7 65.3) |
| LCH | lch(92.4 65.9 97.6) |
| OKLCH | oklch(0.932 0.153 100.8) |
Copy-ready code
/* CSS */
color: #ffeb66;
background-color: #ffeb66;
/* Tailwind (arbitrary) */
class="text-[#ffeb66] bg-[#ffeb66]"
/* SCSS */
$brand: #ffeb66;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.400)
/* Android */
Color.parseColor("#ffeb66")Accessibility — WCAG contrast
Aa
#ffeb66 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb66 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow60.0%
Key (black)0.0%
Color previews
#ffeb66 text on a black background
contrast 17.33:1
Card sample
#ffeb66 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb66;
Background color
Panel with #ffeb66 background
background-color: #ffeb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb66; background: linear-gradient(135deg, #ffeb66, #ADFF66);