#ebeeac
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 172
HSL
63°, 66%, 80%
CMYK
1, 0, 28, 7
Luminance
0.8179
Every format
| HEX | #ebeeac |
| RGB | rgb(235, 238, 172) |
| HSL | hsl(63, 66%, 80%) |
| CMYK | cmyk(1%, 0%, 28%, 7%) |
| LAB | lab(92.5 -11.2 31.7) |
| LCH | lch(92.5 33.6 109.5) |
| OKLCH | oklch(0.931 0.085 110.1) |
Copy-ready code
/* CSS */
color: #ebeeac;
background-color: #ebeeac;
/* Tailwind (arbitrary) */
class="text-[#ebeeac] bg-[#ebeeac]"
/* SCSS */
$brand: #ebeeac;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#ebeeac")Accessibility — WCAG contrast
Aa
#ebeeac on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeeac on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue67.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#ebeeac text on a black background
contrast 17.36:1
Card sample
#ebeeac text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeeac;
Background color
Panel with #ebeeac background
background-color: #ebeeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeeac; background: linear-gradient(135deg, #ebeeac, #BFEEAC);