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