#effab0
a light, electric yellow · cool · closest name: khaki
RGB
239, 250, 176
HSL
69°, 88%, 84%
CMYK
4, 0, 30, 2
Luminance
0.8986
Every format
| HEX | #effab0 |
| RGB | rgb(239, 250, 176) |
| HSL | hsl(69, 88%, 84%) |
| CMYK | cmyk(4%, 0%, 30%, 2%) |
| LAB | lab(95.9 -15.1 34.4) |
| LCH | lch(95.9 37.6 113.8) |
| OKLCH | oklch(0.960 0.095 115.1) |
Copy-ready code
/* CSS */
color: #effab0;
background-color: #effab0;
/* Tailwind (arbitrary) */
class="text-[#effab0] bg-[#effab0]"
/* SCSS */
$brand: #effab0;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.690)
/* Android */
Color.parseColor("#effab0")Accessibility — WCAG contrast
Aa
#effab0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effab0 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue69.0%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow29.6%
Key (black)2.0%
Color previews
#effab0 text on a black background
contrast 18.97:1
Card sample
#effab0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effab0;
Background color
Panel with #effab0 background
background-color: #effab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effab0; background: linear-gradient(135deg, #effab0, #BEFAB0);