#ebaa12
a balanced, electric yellow · warm · closest name: orange
RGB
235, 170, 18
HSL
42°, 86%, 50%
CMYK
0, 28, 92, 8
Luminance
0.4646
Every format
| HEX | #ebaa12 |
| RGB | rgb(235, 170, 18) |
| HSL | hsl(42, 86%, 50%) |
| CMYK | cmyk(0%, 28%, 92%, 8%) |
| LAB | lab(73.8 13.0 74.9) |
| LCH | lch(73.8 76.0 80.2) |
| OKLCH | oklch(0.779 0.158 80.4) |
Copy-ready code
/* CSS */
color: #ebaa12;
background-color: #ebaa12;
/* Tailwind (arbitrary) */
class="text-[#ebaa12] bg-[#ebaa12]"
/* SCSS */
$brand: #ebaa12;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.071)
/* Android */
Color.parseColor("#ebaa12")Accessibility — WCAG contrast
Aa
#ebaa12 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa12 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow92.3%
Key (black)7.8%
Color previews
#ebaa12 text on a black background
contrast 10.29:1
Card sample
#ebaa12 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa12;
Background color
Panel with #ebaa12 background
background-color: #ebaa12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa12; background: linear-gradient(135deg, #ebaa12, #9BEB12);