#ebdc3f
a balanced, electric yellow · cool · closest name: gold
RGB
235, 220, 63
HSL
55°, 81%, 58%
CMYK
0, 6, 73, 8
Luminance
0.6921
Every format
| HEX | #ebdc3f |
| RGB | rgb(235, 220, 63) |
| HSL | hsl(55, 81%, 58%) |
| CMYK | cmyk(0%, 6%, 73%, 8%) |
| LAB | lab(86.6 -11.6 73.9) |
| LCH | lch(86.6 74.8 98.9) |
| OKLCH | oklch(0.881 0.167 103.7) |
Copy-ready code
/* CSS */
color: #ebdc3f;
background-color: #ebdc3f;
/* Tailwind (arbitrary) */
class="text-[#ebdc3f] bg-[#ebdc3f]"
/* SCSS */
$brand: #ebdc3f;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.247)
/* Android */
Color.parseColor("#ebdc3f")Accessibility — WCAG contrast
Aa
#ebdc3f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc3f on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow73.2%
Key (black)7.8%
Color previews
#ebdc3f text on a black background
contrast 14.84:1
Card sample
#ebdc3f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc3f;
Background color
Panel with #ebdc3f background
background-color: #ebdc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc3f; background: linear-gradient(135deg, #ebdc3f, #87EB3F);