#ffeb91
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 145
HSL
49°, 100%, 78%
CMYK
0, 8, 43, 0
Luminance
0.8272
Every format
| HEX | #ffeb91 |
| RGB | rgb(255, 235, 145) |
| HSL | hsl(49, 100%, 78%) |
| CMYK | cmyk(0%, 8%, 43%, 0%) |
| LAB | lab(92.9 -5.2 46.0) |
| LCH | lch(92.9 46.3 96.4) |
| OKLCH | oklch(0.937 0.113 97.2) |
Copy-ready code
/* CSS */
color: #ffeb91;
background-color: #ffeb91;
/* Tailwind (arbitrary) */
class="text-[#ffeb91] bg-[#ffeb91]"
/* SCSS */
$brand: #ffeb91;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.569)
/* Android */
Color.parseColor("#ffeb91")Accessibility — WCAG contrast
Aa
#ffeb91 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb91 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow43.1%
Key (black)0.0%
Color previews
#ffeb91 text on a black background
contrast 17.54:1
Card sample
#ffeb91 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb91;
Background color
Panel with #ffeb91 background
background-color: #ffeb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb91; background: linear-gradient(135deg, #ffeb91, #CAFF91);