#ebac6d
a light, electric orange · warm · closest name: peru
RGB
235, 172, 109
HSL
30°, 76%, 68%
CMYK
0, 27, 54, 8
Luminance
0.4827
Every format
| HEX | #ebac6d |
| RGB | rgb(235, 172, 109) |
| HSL | hsl(30, 76%, 68%) |
| CMYK | cmyk(0%, 27%, 54%, 8%) |
| LAB | lab(75.0 16.1 41.2) |
| LCH | lch(75.0 44.3 68.7) |
| OKLCH | oklch(0.790 0.109 65.1) |
Copy-ready code
/* CSS */
color: #ebac6d;
background-color: #ebac6d;
/* Tailwind (arbitrary) */
class="text-[#ebac6d] bg-[#ebac6d]"
/* SCSS */
$brand: #ebac6d;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.427)
/* Android */
Color.parseColor("#ebac6d")Accessibility — WCAG contrast
Aa
#ebac6d on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac6d on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow53.6%
Key (black)7.8%
Color previews
#ebac6d text on a black background
contrast 10.65:1
Card sample
#ebac6d text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac6d;
Background color
Panel with #ebac6d background
background-color: #ebac6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac6d; background: linear-gradient(135deg, #ebac6d, #D6EB6D);