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