#edcfbc
a light, vivid orange · warm · closest name: tan
RGB
237, 207, 188
HSL
23°, 58%, 83%
CMYK
0, 13, 21, 7
Luminance
0.6626
Every format
| HEX | #edcfbc |
| RGB | rgb(237, 207, 188) |
| HSL | hsl(23, 58%, 83%) |
| CMYK | cmyk(0%, 13%, 21%, 7%) |
| LAB | lab(85.1 7.6 13.3) |
| LCH | lch(85.1 15.3 60.4) |
| OKLCH | oklch(0.875 0.043 54.4) |
Copy-ready code
/* CSS */
color: #edcfbc;
background-color: #edcfbc;
/* Tailwind (arbitrary) */
class="text-[#edcfbc] bg-[#edcfbc]"
/* SCSS */
$brand: #edcfbc;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#edcfbc")Accessibility — WCAG contrast
Aa
#edcfbc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcfbc on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow20.7%
Key (black)7.1%
Color previews
#edcfbc text on a black background
contrast 14.25:1
Card sample
#edcfbc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcfbc;
Background color
Panel with #edcfbc background
background-color: #edcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcfbc; background: linear-gradient(135deg, #edcfbc, #EAEDBC);