#edc8b6
a light, vivid orange · warm · closest name: tan
RGB
237, 200, 182
HSL
20°, 60%, 82%
CMYK
0, 16, 23, 7
Luminance
0.6269
Every format
| HEX | #edc8b6 |
| RGB | rgb(237, 200, 182) |
| HSL | hsl(20, 60%, 82%) |
| CMYK | cmyk(0%, 16%, 23%, 7%) |
| LAB | lab(83.3 10.4 13.9) |
| LCH | lch(83.3 17.3 53.2) |
| OKLCH | oklch(0.860 0.049 47.5) |
Copy-ready code
/* CSS */
color: #edc8b6;
background-color: #edc8b6;
/* Tailwind (arbitrary) */
class="text-[#edc8b6] bg-[#edc8b6]"
/* SCSS */
$brand: #edc8b6;
/* SwiftUI */
Color(red: 0.929, green: 0.784, blue: 0.714)
/* Android */
Color.parseColor("#edc8b6")Accessibility — WCAG contrast
Aa
#edc8b6 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc8b6 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green78.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow23.2%
Key (black)7.1%
Color previews
#edc8b6 text on a black background
contrast 13.54:1
Card sample
#edc8b6 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc8b6;
Background color
Panel with #edc8b6 background
background-color: #edc8b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc8b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 200, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 200, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc8b6; background: linear-gradient(135deg, #edc8b6, #EDEDB6);