#edceac
a light, vivid orange · warm · closest name: tan
RGB
237, 206, 172
HSL
31°, 64%, 80%
CMYK
0, 13, 27, 7
Luminance
0.6513
Every format
| HEX | #edceac |
| RGB | rgb(237, 206, 172) |
| HSL | hsl(31, 64%, 80%) |
| CMYK | cmyk(0%, 13%, 27%, 7%) |
| LAB | lab(84.5 5.8 20.9) |
| LCH | lch(84.5 21.7 74.4) |
| OKLCH | oklch(0.869 0.057 69.6) |
Copy-ready code
/* CSS */
color: #edceac;
background-color: #edceac;
/* Tailwind (arbitrary) */
class="text-[#edceac] bg-[#edceac]"
/* SCSS */
$brand: #edceac;
/* SwiftUI */
Color(red: 0.929, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#edceac")Accessibility — WCAG contrast
Aa
#edceac on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edceac on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow27.4%
Key (black)7.1%
Color previews
#edceac text on a black background
contrast 14.03:1
Card sample
#edceac text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edceac;
Background color
Panel with #edceac background
background-color: #edceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edceac; background: linear-gradient(135deg, #edceac, #E1EDAC);