#ebaa2d
a balanced, electric orange · warm · closest name: orange
RGB
235, 170, 45
HSL
40°, 83%, 55%
CMYK
0, 28, 81, 8
Luminance
0.4660
Every format
| HEX | #ebaa2d |
| RGB | rgb(235, 170, 45) |
| HSL | hsl(40, 83%, 55%) |
| CMYK | cmyk(0%, 28%, 81%, 8%) |
| LAB | lab(73.9 13.6 68.3) |
| LCH | lch(73.9 69.6 78.8) |
| OKLCH | oklch(0.780 0.150 78.4) |
Copy-ready code
/* CSS */
color: #ebaa2d;
background-color: #ebaa2d;
/* Tailwind (arbitrary) */
class="text-[#ebaa2d] bg-[#ebaa2d]"
/* SCSS */
$brand: #ebaa2d;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.176)
/* Android */
Color.parseColor("#ebaa2d")Accessibility — WCAG contrast
Aa
#ebaa2d on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa2d on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow80.9%
Key (black)7.8%
Color previews
#ebaa2d text on a black background
contrast 10.32:1
Card sample
#ebaa2d text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa2d;
Background color
Panel with #ebaa2d background
background-color: #ebaa2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa2d; background: linear-gradient(135deg, #ebaa2d, #ADEB2D);