#ebfe85
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 133
HSL
69°, 98%, 76%
CMYK
8, 0, 48, 0
Luminance
0.9024
Every format
| HEX | #ebfe85 |
| RGB | rgb(235, 254, 133) |
| HSL | hsl(69, 98%, 76%) |
| CMYK | cmyk(8%, 0%, 48%, 0%) |
| LAB | lab(96.1 -23.3 55.4) |
| LCH | lch(96.1 60.1 112.9) |
| OKLCH | oklch(0.958 0.147 116.6) |
Copy-ready code
/* CSS */
color: #ebfe85;
background-color: #ebfe85;
/* Tailwind (arbitrary) */
class="text-[#ebfe85] bg-[#ebfe85]"
/* SCSS */
$brand: #ebfe85;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.522)
/* Android */
Color.parseColor("#ebfe85")Accessibility — WCAG contrast
Aa
#ebfe85 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe85 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue52.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow47.6%
Key (black)0.4%
Color previews
#ebfe85 text on a black background
contrast 19.05:1
Card sample
#ebfe85 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe85;
Background color
Panel with #ebfe85 background
background-color: #ebfe85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe85; background: linear-gradient(135deg, #ebfe85, #9AFE85);