#ebfd67
a light, electric yellow · cool · closest name: yellow
RGB
235, 253, 103
HSL
67°, 97%, 70%
CMYK
7, 0, 59, 1
Luminance
0.8889
Every format
| HEX | #ebfd67 |
| RGB | rgb(235, 253, 103) |
| HSL | hsl(67, 97%, 70%) |
| CMYK | cmyk(7%, 0%, 59%, 1%) |
| LAB | lab(95.5 -25.3 67.9) |
| LCH | lch(95.5 72.5 110.4) |
| OKLCH | oklch(0.953 0.173 115.5) |
Copy-ready code
/* CSS */
color: #ebfd67;
background-color: #ebfd67;
/* Tailwind (arbitrary) */
class="text-[#ebfd67] bg-[#ebfd67]"
/* SCSS */
$brand: #ebfd67;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.404)
/* Android */
Color.parseColor("#ebfd67")Accessibility — WCAG contrast
Aa
#ebfd67 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd67 on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue40.4%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow59.3%
Key (black)0.8%
Color previews
#ebfd67 text on a black background
contrast 18.78:1
Card sample
#ebfd67 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd67;
Background color
Panel with #ebfd67 background
background-color: #ebfd67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd67; background: linear-gradient(135deg, #ebfd67, #87FD67);