#eccbad
a light, vivid orange · warm · closest name: tan
RGB
236, 203, 173
HSL
29°, 62%, 80%
CMYK
0, 14, 27, 8
Luminance
0.6356
Every format
| HEX | #eccbad |
| RGB | rgb(236, 203, 173) |
| HSL | hsl(29, 62%, 80%) |
| CMYK | cmyk(0%, 14%, 27%, 8%) |
| LAB | lab(83.7 7.2 19.3) |
| LCH | lch(83.7 20.6 69.6) |
| OKLCH | oklch(0.863 0.055 64.3) |
Copy-ready code
/* CSS */
color: #eccbad;
background-color: #eccbad;
/* Tailwind (arbitrary) */
class="text-[#eccbad] bg-[#eccbad]"
/* SCSS */
$brand: #eccbad;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#eccbad")Accessibility — WCAG contrast
Aa
#eccbad on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbad on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow26.7%
Key (black)7.5%
Color previews
#eccbad text on a black background
contrast 13.71:1
Card sample
#eccbad text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbad;
Background color
Panel with #eccbad background
background-color: #eccbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbad; background: linear-gradient(135deg, #eccbad, #E3ECAD);