#ebc90f
a balanced, electric yellow · cool · closest name: gold
RGB
235, 201, 15
HSL
51°, 88%, 49%
CMYK
0, 15, 94, 8
Luminance
0.5947
Every format
| HEX | #ebc90f |
| RGB | rgb(235, 201, 15) |
| HSL | hsl(51, 88%, 49%) |
| CMYK | cmyk(0%, 15%, 94%, 8%) |
| LAB | lab(81.5 -3.2 81.0) |
| LCH | lch(81.5 81.1 92.3) |
| OKLCH | oklch(0.840 0.171 96.5) |
Copy-ready code
/* CSS */
color: #ebc90f;
background-color: #ebc90f;
/* Tailwind (arbitrary) */
class="text-[#ebc90f] bg-[#ebc90f]"
/* SCSS */
$brand: #ebc90f;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.059)
/* Android */
Color.parseColor("#ebc90f")Accessibility — WCAG contrast
Aa
#ebc90f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc90f on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow93.6%
Key (black)7.8%
Color previews
#ebc90f text on a black background
contrast 12.89:1
Card sample
#ebc90f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc90f;
Background color
Panel with #ebc90f background
background-color: #ebc90f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc90f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc90f; background: linear-gradient(135deg, #ebc90f, #7AEB0F);