#ebf882
a light, electric yellow · cool · closest name: khaki
RGB
235, 248, 130
HSL
67°, 89%, 74%
CMYK
5, 0, 48, 3
Luminance
0.8641
Every format
| HEX | #ebf882 |
| RGB | rgb(235, 248, 130) |
| HSL | hsl(67, 89%, 74%) |
| CMYK | cmyk(5%, 0%, 48%, 3%) |
| LAB | lab(94.5 -20.7 54.8) |
| LCH | lch(94.5 58.6 110.7) |
| OKLCH | oklch(0.945 0.143 114.3) |
Copy-ready code
/* CSS */
color: #ebf882;
background-color: #ebf882;
/* Tailwind (arbitrary) */
class="text-[#ebf882] bg-[#ebf882]"
/* SCSS */
$brand: #ebf882;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.510)
/* Android */
Color.parseColor("#ebf882")Accessibility — WCAG contrast
Aa
#ebf882 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf882 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue51.0%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow47.6%
Key (black)2.7%
Color previews
#ebf882 text on a black background
contrast 18.28:1
Card sample
#ebf882 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf882;
Background color
Panel with #ebf882 background
background-color: #ebf882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf882; background: linear-gradient(135deg, #ebf882, #9CF882);