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