#ebf1a7
a light, vivid yellow · cool · closest name: khaki
RGB
235, 241, 167
HSL
65°, 73%, 80%
CMYK
3, 0, 31, 6
Luminance
0.8336
Every format
| HEX | #ebf1a7 |
| RGB | rgb(235, 241, 167) |
| HSL | hsl(65, 73%, 80%) |
| CMYK | cmyk(3%, 0%, 31%, 6%) |
| LAB | lab(93.2 -13.3 35.2) |
| LCH | lch(93.2 37.6 110.8) |
| OKLCH | oklch(0.936 0.094 112.0) |
Copy-ready code
/* CSS */
color: #ebf1a7;
background-color: #ebf1a7;
/* Tailwind (arbitrary) */
class="text-[#ebf1a7] bg-[#ebf1a7]"
/* SCSS */
$brand: #ebf1a7;
/* SwiftUI */
Color(red: 0.922, green: 0.945, blue: 0.655)
/* Android */
Color.parseColor("#ebf1a7")Accessibility — WCAG contrast
Aa
#ebf1a7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf1a7 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green94.5%
Blue65.5%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow30.7%
Key (black)5.5%
Color previews
#ebf1a7 text on a black background
contrast 17.67:1
Card sample
#ebf1a7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf1a7;
Background color
Panel with #ebf1a7 background
background-color: #ebf1a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf1a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 241, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 241, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf1a7; background: linear-gradient(135deg, #ebf1a7, #BAF1A7);