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