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