#ffeb96
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 150
HSL
49°, 100%, 79%
CMYK
0, 8, 41, 0
Luminance
0.8288
Every format
| HEX | #ffeb96 |
| RGB | rgb(255, 235, 150) |
| HSL | hsl(49, 100%, 79%) |
| CMYK | cmyk(0%, 8%, 41%, 0%) |
| LAB | lab(93.0 -4.7 43.7) |
| LCH | lch(93.0 43.9 96.1) |
| OKLCH | oklch(0.938 0.107 96.5) |
Copy-ready code
/* CSS */
color: #ffeb96;
background-color: #ffeb96;
/* Tailwind (arbitrary) */
class="text-[#ffeb96] bg-[#ffeb96]"
/* SCSS */
$brand: #ffeb96;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.588)
/* Android */
Color.parseColor("#ffeb96")Accessibility — WCAG contrast
Aa
#ffeb96 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb96 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow41.2%
Key (black)0.0%
Color previews
#ffeb96 text on a black background
contrast 17.58:1
Card sample
#ffeb96 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb96;
Background color
Panel with #ffeb96 background
background-color: #ffeb96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb96; background: linear-gradient(135deg, #ffeb96, #CDFF96);