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