#edcbaf
a light, vivid orange · warm · closest name: tan
RGB
237, 203, 175
HSL
27°, 63%, 81%
CMYK
0, 14, 26, 7
Luminance
0.6381
Every format
| HEX | #edcbaf |
| RGB | rgb(237, 203, 175) |
| HSL | hsl(27, 63%, 81%) |
| CMYK | cmyk(0%, 14%, 26%, 7%) |
| LAB | lab(83.9 7.8 18.4) |
| LCH | lch(83.9 20.0 67.0) |
| OKLCH | oklch(0.864 0.054 61.5) |
Copy-ready code
/* CSS */
color: #edcbaf;
background-color: #edcbaf;
/* Tailwind (arbitrary) */
class="text-[#edcbaf] bg-[#edcbaf]"
/* SCSS */
$brand: #edcbaf;
/* SwiftUI */
Color(red: 0.929, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#edcbaf")Accessibility — WCAG contrast
Aa
#edcbaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcbaf on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow26.2%
Key (black)7.1%
Color previews
#edcbaf text on a black background
contrast 13.76:1
Card sample
#edcbaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcbaf;
Background color
Panel with #edcbaf background
background-color: #edcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcbaf; background: linear-gradient(135deg, #edcbaf, #E6EDAF);