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