#edaf5d
a balanced, electric orange · warm · closest name: peru
RGB
237, 175, 93
HSL
34°, 80%, 65%
CMYK
0, 26, 61, 7
Luminance
0.4945
Every format
| HEX | #edaf5d |
| RGB | rgb(237, 175, 93) |
| HSL | hsl(34, 80%, 65%) |
| CMYK | cmyk(0%, 26%, 61%, 7%) |
| LAB | lab(75.7 14.1 50.2) |
| LCH | lch(75.7 52.1 74.3) |
| OKLCH | oklch(0.796 0.123 72.1) |
Copy-ready code
/* CSS */
color: #edaf5d;
background-color: #edaf5d;
/* Tailwind (arbitrary) */
class="text-[#edaf5d] bg-[#edaf5d]"
/* SCSS */
$brand: #edaf5d;
/* SwiftUI */
Color(red: 0.929, green: 0.686, blue: 0.365)
/* Android */
Color.parseColor("#edaf5d")Accessibility — WCAG contrast
Aa
#edaf5d on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edaf5d on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow60.8%
Key (black)7.1%
Color previews
#edaf5d text on a black background
contrast 10.89:1
Card sample
#edaf5d text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edaf5d;
Background color
Panel with #edaf5d background
background-color: #edaf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edaf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 175, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 175, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edaf5d; background: linear-gradient(135deg, #edaf5d, #CBED5D);