#ebfb76
a light, electric yellow · cool · closest name: khaki
RGB
235, 251, 118
HSL
67°, 94%, 72%
CMYK
6, 0, 53, 2
Luminance
0.8796
Every format
| HEX | #ebfb76 |
| RGB | rgb(235, 251, 118) |
| HSL | hsl(67, 94%, 72%) |
| CMYK | cmyk(6%, 0%, 53%, 2%) |
| LAB | lab(95.2 -23.2 61.0) |
| LCH | lch(95.2 65.3 110.8) |
| OKLCH | oklch(0.950 0.158 115.2) |
Copy-ready code
/* CSS */
color: #ebfb76;
background-color: #ebfb76;
/* Tailwind (arbitrary) */
class="text-[#ebfb76] bg-[#ebfb76]"
/* SCSS */
$brand: #ebfb76;
/* SwiftUI */
Color(red: 0.922, green: 0.984, blue: 0.463)
/* Android */
Color.parseColor("#ebfb76")Accessibility — WCAG contrast
Aa
#ebfb76 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfb76 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.4%
Blue46.3%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow53.0%
Key (black)1.6%
Color previews
#ebfb76 text on a black background
contrast 18.59:1
Card sample
#ebfb76 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfb76;
Background color
Panel with #ebfb76 background
background-color: #ebfb76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfb76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 251, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 251, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfb76; background: linear-gradient(135deg, #ebfb76, #93FB76);