#ebfe70
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 112
HSL
68°, 99%, 72%
CMYK
8, 0, 56, 0
Luminance
0.8972
Every format
| HEX | #ebfe70 |
| RGB | rgb(235, 254, 112) |
| HSL | hsl(68, 99%, 72%) |
| CMYK | cmyk(8%, 0%, 56%, 0%) |
| LAB | lab(95.9 -25.1 64.5) |
| LCH | lch(95.9 69.2 111.3) |
| OKLCH | oklch(0.956 0.167 116.0) |
Copy-ready code
/* CSS */
color: #ebfe70;
background-color: #ebfe70;
/* Tailwind (arbitrary) */
class="text-[#ebfe70] bg-[#ebfe70]"
/* SCSS */
$brand: #ebfe70;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.439)
/* Android */
Color.parseColor("#ebfe70")Accessibility — WCAG contrast
Aa
#ebfe70 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe70 on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue43.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow55.9%
Key (black)0.4%
Color previews
#ebfe70 text on a black background
contrast 18.94:1
Card sample
#ebfe70 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe70;
Background color
Panel with #ebfe70 background
background-color: #ebfe70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe70; background: linear-gradient(135deg, #ebfe70, #8DFE70);