#ebfd83
a light, electric yellow · cool · closest name: khaki
RGB
235, 253, 131
HSL
69°, 97%, 75%
CMYK
7, 0, 48, 1
Luminance
0.8955
Every format
| HEX | #ebfd83 |
| RGB | rgb(235, 253, 131) |
| HSL | hsl(69, 97%, 75%) |
| CMYK | cmyk(7%, 0%, 48%, 1%) |
| LAB | lab(95.8 -23.0 55.9) |
| LCH | lch(95.8 60.5 112.4) |
| OKLCH | oklch(0.956 0.148 116.2) |
Copy-ready code
/* CSS */
color: #ebfd83;
background-color: #ebfd83;
/* Tailwind (arbitrary) */
class="text-[#ebfd83] bg-[#ebfd83]"
/* SCSS */
$brand: #ebfd83;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.514)
/* Android */
Color.parseColor("#ebfd83")Accessibility — WCAG contrast
Aa
#ebfd83 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd83 on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue51.4%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow48.2%
Key (black)0.8%
Color previews
#ebfd83 text on a black background
contrast 18.91:1
Card sample
#ebfd83 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd83;
Background color
Panel with #ebfd83 background
background-color: #ebfd83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd83; background: linear-gradient(135deg, #ebfd83, #9AFD83);