#ebdb08
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 8
HSL
56°, 93%, 48%
CMYK
0, 7, 97, 8
Luminance
0.6834
Every format
| HEX | #ebdb08 |
| RGB | rgb(235, 219, 8) |
| HSL | hsl(56, 93%, 48%) |
| CMYK | cmyk(0%, 7%, 97%, 8%) |
| LAB | lab(86.2 -12.4 85.1) |
| LCH | lch(86.2 86.0 98.3) |
| OKLCH | oklch(0.877 0.184 104.2) |
Copy-ready code
/* CSS */
color: #ebdb08;
background-color: #ebdb08;
/* Tailwind (arbitrary) */
class="text-[#ebdb08] bg-[#ebdb08]"
/* SCSS */
$brand: #ebdb08;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.031)
/* Android */
Color.parseColor("#ebdb08")Accessibility — WCAG contrast
Aa
#ebdb08 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb08 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow96.6%
Key (black)7.8%
Color previews
#ebdb08 text on a black background
contrast 14.67:1
Card sample
#ebdb08 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb08;
Background color
Panel with #ebdb08 background
background-color: #ebdb08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb08; background: linear-gradient(135deg, #ebdb08, #63EB08);