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