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