#ebaa68
a light, electric orange · warm · closest name: peru
RGB
235, 170, 104
HSL
30°, 77%, 67%
CMYK
0, 28, 56, 8
Luminance
0.4741
Every format
| HEX | #ebaa68 |
| RGB | rgb(235, 170, 104) |
| HSL | hsl(30, 77%, 67%) |
| CMYK | cmyk(0%, 28%, 56%, 8%) |
| LAB | lab(74.5 16.8 43.1) |
| LCH | lch(74.5 46.3 68.7) |
| OKLCH | oklch(0.786 0.113 65.3) |
Copy-ready code
/* CSS */
color: #ebaa68;
background-color: #ebaa68;
/* Tailwind (arbitrary) */
class="text-[#ebaa68] bg-[#ebaa68]"
/* SCSS */
$brand: #ebaa68;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.408)
/* Android */
Color.parseColor("#ebaa68")Accessibility — WCAG contrast
Aa
#ebaa68 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa68 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow55.7%
Key (black)7.8%
Color previews
#ebaa68 text on a black background
contrast 10.48:1
Card sample
#ebaa68 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa68;
Background color
Panel with #ebaa68 background
background-color: #ebaa68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa68; background: linear-gradient(135deg, #ebaa68, #D5EB68);