#ebac3f
a balanced, electric orange · warm · closest name: orange
RGB
235, 172, 63
HSL
38°, 81%, 58%
CMYK
0, 27, 73, 8
Luminance
0.4753
Every format
| HEX | #ebac3f |
| RGB | rgb(235, 172, 63) |
| HSL | hsl(38, 81%, 58%) |
| CMYK | cmyk(0%, 27%, 73%, 8%) |
| LAB | lab(74.5 13.2 62.2) |
| LCH | lch(74.5 63.6 78.0) |
| OKLCH | oklch(0.785 0.141 77.3) |
Copy-ready code
/* CSS */
color: #ebac3f;
background-color: #ebac3f;
/* Tailwind (arbitrary) */
class="text-[#ebac3f] bg-[#ebac3f]"
/* SCSS */
$brand: #ebac3f;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#ebac3f")Accessibility — WCAG contrast
Aa
#ebac3f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac3f on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow73.2%
Key (black)7.8%
Color previews
#ebac3f text on a black background
contrast 10.51:1
Card sample
#ebac3f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac3f;
Background color
Panel with #ebac3f background
background-color: #ebac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac3f; background: linear-gradient(135deg, #ebac3f, #B7EB3F);