#ebd61f
a balanced, electric yellow · cool · closest name: gold
RGB
235, 214, 31
HSL
54°, 84%, 52%
CMYK
0, 9, 87, 8
Luminance
0.6585
Every format
| HEX | #ebd61f |
| RGB | rgb(235, 214, 31) |
| HSL | hsl(54, 84%, 52%) |
| CMYK | cmyk(0%, 9%, 87%, 8%) |
| LAB | lab(84.9 -9.6 81.1) |
| LCH | lch(84.9 81.6 96.7) |
| OKLCH | oklch(0.867 0.176 102.0) |
Copy-ready code
/* CSS */
color: #ebd61f;
background-color: #ebd61f;
/* Tailwind (arbitrary) */
class="text-[#ebd61f] bg-[#ebd61f]"
/* SCSS */
$brand: #ebd61f;
/* SwiftUI */
Color(red: 0.922, green: 0.839, blue: 0.122)
/* Android */
Color.parseColor("#ebd61f")Accessibility — WCAG contrast
Aa
#ebd61f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd61f on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green83.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow86.8%
Key (black)7.8%
Color previews
#ebd61f text on a black background
contrast 14.17:1
Card sample
#ebd61f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd61f;
Background color
Panel with #ebd61f background
background-color: #ebd61f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd61f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 214, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 214, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd61f; background: linear-gradient(135deg, #ebd61f, #78EB1F);