#ebeb99
a light, vivid yellow · cool · closest name: khaki
RGB
235, 235, 153
HSL
60°, 67%, 76%
CMYK
0, 0, 35, 8
Luminance
0.7938
Every format
| HEX | #ebeb99 |
| RGB | rgb(235, 235, 153) |
| HSL | hsl(60, 67%, 76%) |
| CMYK | cmyk(0%, 0%, 35%, 8%) |
| LAB | lab(91.4 -12.0 39.9) |
| LCH | lch(91.4 41.6 106.8) |
| OKLCH | oklch(0.922 0.103 108.3) |
Copy-ready code
/* CSS */
color: #ebeb99;
background-color: #ebeb99;
/* Tailwind (arbitrary) */
class="text-[#ebeb99] bg-[#ebeb99]"
/* SCSS */
$brand: #ebeb99;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 0.600)
/* Android */
Color.parseColor("#ebeb99")Accessibility — WCAG contrast
Aa
#ebeb99 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeb99 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow34.9%
Key (black)7.8%
Color previews
#ebeb99 text on a black background
contrast 16.88:1
Card sample
#ebeb99 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeb99;
Background color
Panel with #ebeb99 background
background-color: #ebeb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeb99; background: linear-gradient(135deg, #ebeb99, #B4EB99);