#ebed4f
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 237, 79
HSL
61°, 81%, 62%
CMYK
1, 0, 67, 7
Luminance
0.7880
Every format
| HEX | #ebed4f |
| RGB | rgb(235, 237, 79) |
| HSL | hsl(61, 81%, 62%) |
| CMYK | cmyk(1%, 0%, 67%, 7%) |
| LAB | lab(91.1 -19.1 72.7) |
| LCH | lch(91.1 75.2 104.8) |
| OKLCH | oklch(0.917 0.173 110.1) |
Copy-ready code
/* CSS */
color: #ebed4f;
background-color: #ebed4f;
/* Tailwind (arbitrary) */
class="text-[#ebed4f] bg-[#ebed4f]"
/* SCSS */
$brand: #ebed4f;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#ebed4f")Accessibility — WCAG contrast
Aa
#ebed4f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebed4f on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue31.0%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#ebed4f text on a black background
contrast 16.76:1
Card sample
#ebed4f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebed4f;
Background color
Panel with #ebed4f background
background-color: #ebed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebed4f; background: linear-gradient(135deg, #ebed4f, #82ED4F);