#edcfad
a light, vivid orange · warm · closest name: tan
RGB
237, 207, 173
HSL
32°, 64%, 80%
CMYK
0, 13, 27, 7
Luminance
0.6565
Every format
| HEX | #edcfad |
| RGB | rgb(237, 207, 173) |
| HSL | hsl(32, 64%, 80%) |
| CMYK | cmyk(0%, 13%, 27%, 7%) |
| LAB | lab(84.8 5.5 20.8) |
| LCH | lch(84.8 21.5 75.3) |
| OKLCH | oklch(0.871 0.056 70.5) |
Copy-ready code
/* CSS */
color: #edcfad;
background-color: #edcfad;
/* Tailwind (arbitrary) */
class="text-[#edcfad] bg-[#edcfad]"
/* SCSS */
$brand: #edcfad;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#edcfad")Accessibility — WCAG contrast
Aa
#edcfad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcfad on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow27.0%
Key (black)7.1%
Color previews
#edcfad text on a black background
contrast 14.13:1
Card sample
#edcfad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcfad;
Background color
Panel with #edcfad background
background-color: #edcfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcfad; background: linear-gradient(135deg, #edcfad, #E0EDAD);