#ebe2ab
a light, vivid yellow · cool · closest name: khaki
RGB
235, 226, 171
HSL
52°, 62%, 80%
CMYK
0, 4, 27, 8
Luminance
0.7500
Every format
| HEX | #ebe2ab |
| RGB | rgb(235, 226, 171) |
| HSL | hsl(52, 62%, 80%) |
| CMYK | cmyk(0%, 4%, 27%, 8%) |
| LAB | lab(89.4 -5.3 28.1) |
| LCH | lch(89.4 28.6 100.7) |
| OKLCH | oklch(0.907 0.072 99.9) |
Copy-ready code
/* CSS */
color: #ebe2ab;
background-color: #ebe2ab;
/* Tailwind (arbitrary) */
class="text-[#ebe2ab] bg-[#ebe2ab]"
/* SCSS */
$brand: #ebe2ab;
/* SwiftUI */
Color(red: 0.922, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#ebe2ab")Accessibility — WCAG contrast
Aa
#ebe2ab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe2ab on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow27.2%
Key (black)7.8%
Color previews
#ebe2ab text on a black background
contrast 16.00:1
Card sample
#ebe2ab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe2ab;
Background color
Panel with #ebe2ab background
background-color: #ebe2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe2ab; background: linear-gradient(135deg, #ebe2ab, #C9EBAB);