#ebad5b
a balanced, electric orange · warm · closest name: peru
RGB
235, 173, 91
HSL
34°, 78%, 64%
CMYK
0, 26, 61, 8
Luminance
0.4830
Every format
| HEX | #ebad5b |
| RGB | rgb(235, 173, 91) |
| HSL | hsl(34, 78%, 64%) |
| CMYK | cmyk(0%, 26%, 61%, 8%) |
| LAB | lab(75.0 14.2 50.2) |
| LCH | lch(75.0 52.2 74.2) |
| OKLCH | oklch(0.790 0.123 72.0) |
Copy-ready code
/* CSS */
color: #ebad5b;
background-color: #ebad5b;
/* Tailwind (arbitrary) */
class="text-[#ebad5b] bg-[#ebad5b]"
/* SCSS */
$brand: #ebad5b;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.357)
/* Android */
Color.parseColor("#ebad5b")Accessibility — WCAG contrast
Aa
#ebad5b on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad5b on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow61.3%
Key (black)7.8%
Color previews
#ebad5b text on a black background
contrast 10.66:1
Card sample
#ebad5b text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad5b;
Background color
Panel with #ebad5b background
background-color: #ebad5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad5b; background: linear-gradient(135deg, #ebad5b, #C9EB5B);