#ffebaa
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 170
HSL
46°, 100%, 83%
CMYK
0, 8, 33, 0
Luminance
0.8358
Every format
| HEX | #ffebaa |
| RGB | rgb(255, 235, 170) |
| HSL | hsl(46, 100%, 83%) |
| CMYK | cmyk(0%, 8%, 33%, 0%) |
| LAB | lab(93.3 -2.5 34.1) |
| LCH | lch(93.3 34.1 94.1) |
| OKLCH | oklch(0.941 0.085 93.0) |
Copy-ready code
/* CSS */
color: #ffebaa;
background-color: #ffebaa;
/* Tailwind (arbitrary) */
class="text-[#ffebaa] bg-[#ffebaa]"
/* SCSS */
$brand: #ffebaa;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#ffebaa")Accessibility — WCAG contrast
Aa
#ffebaa on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebaa on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow33.3%
Key (black)0.0%
Color previews
#ffebaa text on a black background
contrast 17.72:1
Card sample
#ffebaa text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebaa;
Background color
Panel with #ffebaa background
background-color: #ffebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebaa; background: linear-gradient(135deg, #ffebaa, #DAFFAA);