#eaf2ab
a light, vivid yellow · cool · closest name: khaki
RGB
234, 242, 171
HSL
67°, 73%, 81%
CMYK
3, 0, 29, 5
Luminance
0.8394
Every format
| HEX | #eaf2ab |
| RGB | rgb(234, 242, 171) |
| HSL | hsl(67, 73%, 81%) |
| CMYK | cmyk(3%, 0%, 29%, 5%) |
| LAB | lab(93.4 -13.7 33.5) |
| LCH | lch(93.4 36.2 112.2) |
| OKLCH | oklch(0.939 0.091 113.4) |
Copy-ready code
/* CSS */
color: #eaf2ab;
background-color: #eaf2ab;
/* Tailwind (arbitrary) */
class="text-[#eaf2ab] bg-[#eaf2ab]"
/* SCSS */
$brand: #eaf2ab;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#eaf2ab")Accessibility — WCAG contrast
Aa
#eaf2ab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2ab on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue67.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#eaf2ab text on a black background
contrast 17.79:1
Card sample
#eaf2ab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2ab;
Background color
Panel with #eaf2ab background
background-color: #eaf2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2ab; background: linear-gradient(135deg, #eaf2ab, #BBF2AB);