#ebdf23
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 35
HSL
56°, 83%, 53%
CMYK
0, 5, 85, 8
Luminance
0.7056
Every format
| HEX | #ebdf23 |
| RGB | rgb(235, 223, 35) |
| HSL | hsl(56, 83%, 53%) |
| CMYK | cmyk(0%, 5%, 85%, 8%) |
| LAB | lab(87.3 -13.9 82.2) |
| LCH | lch(87.3 83.3 99.6) |
| OKLCH | oklch(0.885 0.182 105.5) |
Copy-ready code
/* CSS */
color: #ebdf23;
background-color: #ebdf23;
/* Tailwind (arbitrary) */
class="text-[#ebdf23] bg-[#ebdf23]"
/* SCSS */
$brand: #ebdf23;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.137)
/* Android */
Color.parseColor("#ebdf23")Accessibility — WCAG contrast
Aa
#ebdf23 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf23 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow85.1%
Key (black)7.8%
Color previews
#ebdf23 text on a black background
contrast 15.11:1
Card sample
#ebdf23 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf23;
Background color
Panel with #ebdf23 background
background-color: #ebdf23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf23; background: linear-gradient(135deg, #ebdf23, #72EB23);