#ebeca2
a light, vivid yellow · cool · closest name: khaki
RGB
235, 236, 162
HSL
61°, 66%, 78%
CMYK
0, 0, 31, 8
Luminance
0.8026
Every format
| HEX | #ebeca2 |
| RGB | rgb(235, 236, 162) |
| HSL | hsl(61, 66%, 78%) |
| CMYK | cmyk(0%, 0%, 31%, 8%) |
| LAB | lab(91.8 -11.5 35.9) |
| LCH | lch(91.8 37.6 107.7) |
| OKLCH | oklch(0.925 0.094 108.8) |
Copy-ready code
/* CSS */
color: #ebeca2;
background-color: #ebeca2;
/* Tailwind (arbitrary) */
class="text-[#ebeca2] bg-[#ebeca2]"
/* SCSS */
$brand: #ebeca2;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#ebeca2")Accessibility — WCAG contrast
Aa
#ebeca2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeca2 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue63.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.4%
Key (black)7.5%
Color previews
#ebeca2 text on a black background
contrast 17.05:1
Card sample
#ebeca2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeca2;
Background color
Panel with #ebeca2 background
background-color: #ebeca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeca2; background: linear-gradient(135deg, #ebeca2, #BAECA2);