#ebf7ac
a light, electric yellow · cool · closest name: khaki
RGB
235, 247, 172
HSL
70°, 82%, 82%
CMYK
5, 0, 30, 3
Luminance
0.8716
Every format
| HEX | #ebf7ac |
| RGB | rgb(235, 247, 172) |
| HSL | hsl(70, 82%, 82%) |
| CMYK | cmyk(5%, 0%, 30%, 3%) |
| LAB | lab(94.8 -15.7 34.8) |
| LCH | lch(94.8 38.2 114.2) |
| OKLCH | oklch(0.950 0.096 115.7) |
Copy-ready code
/* CSS */
color: #ebf7ac;
background-color: #ebf7ac;
/* Tailwind (arbitrary) */
class="text-[#ebf7ac] bg-[#ebf7ac]"
/* SCSS */
$brand: #ebf7ac;
/* SwiftUI */
Color(red: 0.922, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#ebf7ac")Accessibility — WCAG contrast
Aa
#ebf7ac on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf7ac on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.9%
Blue67.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#ebf7ac text on a black background
contrast 18.43:1
Card sample
#ebf7ac text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf7ac;
Background color
Panel with #ebf7ac background
background-color: #ebf7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf7ac; background: linear-gradient(135deg, #ebf7ac, #B9F7AC);