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