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