#edcfba
a light, vivid orange · warm · closest name: tan
RGB
237, 207, 186
HSL
25°, 59%, 83%
CMYK
0, 13, 22, 7
Luminance
0.6618
Every format
| HEX | #edcfba |
| RGB | rgb(237, 207, 186) |
| HSL | hsl(25, 59%, 83%) |
| CMYK | cmyk(0%, 13%, 22%, 7%) |
| LAB | lab(85.1 7.3 14.3) |
| LCH | lch(85.1 16.0 63.1) |
| OKLCH | oklch(0.874 0.044 57.1) |
Copy-ready code
/* CSS */
color: #edcfba;
background-color: #edcfba;
/* Tailwind (arbitrary) */
class="text-[#edcfba] bg-[#edcfba]"
/* SCSS */
$brand: #edcfba;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#edcfba")Accessibility — WCAG contrast
Aa
#edcfba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcfba on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow21.5%
Key (black)7.1%
Color previews
#edcfba text on a black background
contrast 14.24:1
Card sample
#edcfba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcfba;
Background color
Panel with #edcfba background
background-color: #edcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcfba; background: linear-gradient(135deg, #edcfba, #E9EDBA);