#ebdb25
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 37
HSL
55°, 83%, 53%
CMYK
0, 7, 84, 8
Luminance
0.6846
Every format
| HEX | #ebdb25 |
| RGB | rgb(235, 219, 37) |
| HSL | hsl(55, 83%, 53%) |
| CMYK | cmyk(0%, 7%, 84%, 8%) |
| LAB | lab(86.2 -11.9 80.9) |
| LCH | lch(86.2 81.8 98.4) |
| OKLCH | oklch(0.877 0.178 103.9) |
Copy-ready code
/* CSS */
color: #ebdb25;
background-color: #ebdb25;
/* Tailwind (arbitrary) */
class="text-[#ebdb25] bg-[#ebdb25]"
/* SCSS */
$brand: #ebdb25;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.145)
/* Android */
Color.parseColor("#ebdb25")Accessibility — WCAG contrast
Aa
#ebdb25 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb25 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow84.3%
Key (black)7.8%
Color previews
#ebdb25 text on a black background
contrast 14.69:1
Card sample
#ebdb25 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb25;
Background color
Panel with #ebdb25 background
background-color: #ebdb25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb25; background: linear-gradient(135deg, #ebdb25, #77EB25);