#ffeb9d
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 157
HSL
48°, 100%, 81%
CMYK
0, 8, 38, 0
Luminance
0.8311
Every format
| HEX | #ffeb9d |
| RGB | rgb(255, 235, 157) |
| HSL | hsl(48, 100%, 81%) |
| CMYK | cmyk(0%, 8%, 38%, 0%) |
| LAB | lab(93.1 -3.9 40.3) |
| LCH | lch(93.1 40.5 95.6) |
| OKLCH | oklch(0.939 0.100 95.5) |
Copy-ready code
/* CSS */
color: #ffeb9d;
background-color: #ffeb9d;
/* Tailwind (arbitrary) */
class="text-[#ffeb9d] bg-[#ffeb9d]"
/* SCSS */
$brand: #ffeb9d;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#ffeb9d")Accessibility — WCAG contrast
Aa
#ffeb9d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb9d on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow38.4%
Key (black)0.0%
Color previews
#ffeb9d text on a black background
contrast 17.62:1
Card sample
#ffeb9d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb9d;
Background color
Panel with #ffeb9d background
background-color: #ffeb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb9d; background: linear-gradient(135deg, #ffeb9d, #D2FF9D);