#ebe085
a light, vivid yellow · cool · “khaki”
RGB
235, 224, 133
HSL
54°, 72%, 72%
CMYK
0, 5, 43, 8
Luminance
0.7267
Every format
| HEX | #ebe085 |
| RGB | rgb(235, 224, 133) |
| HSL | hsl(54, 72%, 72%) |
| CMYK | cmyk(0%, 5%, 43%, 8%) |
| LAB | lab(88.3 -8.7 45.8) |
| LCH | lch(88.3 46.6 100.7) |
| OKLCH | oklch(0.896 0.113 102.4) |
Copy-ready code
/* CSS */
color: #ebe085;
background-color: #ebe085;
/* Tailwind (arbitrary) */
class="text-[#ebe085] bg-[#ebe085]"
/* SCSS */
$brand: #ebe085;
/* SwiftUI */
Color(red: 0.922, green: 0.878, blue: 0.522)
/* Android */
Color.parseColor("#ebe085")Accessibility — WCAG contrast
Aa
#ebe085 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe085 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow43.4%
Key (black)7.8%
Color previews
#ebe085 text on a black background
contrast 15.53:1
Card sample
#ebe085 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe085;
Background color
Panel with #ebe085 background
background-color: #ebe085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 224, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 224, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe085; background: linear-gradient(135deg, #ebe085, #B2EB85);