#ebaf39
a balanced, electric orange · warm · closest name: orange
RGB
235, 175, 57
HSL
40°, 82%, 57%
CMYK
0, 26, 76, 8
Luminance
0.4862
Every format
| HEX | #ebaf39 |
| RGB | rgb(235, 175, 57) |
| HSL | hsl(40, 82%, 57%) |
| CMYK | cmyk(0%, 26%, 76%, 8%) |
| LAB | lab(75.2 11.3 65.3) |
| LCH | lch(75.2 66.2 80.1) |
| OKLCH | oklch(0.790 0.145 80.1) |
Copy-ready code
/* CSS */
color: #ebaf39;
background-color: #ebaf39;
/* Tailwind (arbitrary) */
class="text-[#ebaf39] bg-[#ebaf39]"
/* SCSS */
$brand: #ebaf39;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#ebaf39")Accessibility — WCAG contrast
Aa
#ebaf39 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaf39 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow75.7%
Key (black)7.8%
Color previews
#ebaf39 text on a black background
contrast 10.72:1
Card sample
#ebaf39 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaf39;
Background color
Panel with #ebaf39 background
background-color: #ebaf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaf39; background: linear-gradient(135deg, #ebaf39, #B0EB39);