#eccb8f
a light, vivid orange · warm · closest name: tan
RGB
236, 203, 143
HSL
39°, 71%, 74%
CMYK
0, 14, 39, 8
Luminance
0.6253
Every format
| HEX | #eccb8f |
| RGB | rgb(236, 203, 143) |
| HSL | hsl(39, 71%, 74%) |
| CMYK | cmyk(0%, 14%, 39%, 8%) |
| LAB | lab(83.2 3.5 34.2) |
| LCH | lch(83.2 34.4 84.1) |
| OKLCH | oklch(0.857 0.086 82.0) |
Copy-ready code
/* CSS */
color: #eccb8f;
background-color: #eccb8f;
/* Tailwind (arbitrary) */
class="text-[#eccb8f] bg-[#eccb8f]"
/* SCSS */
$brand: #eccb8f;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#eccb8f")Accessibility — WCAG contrast
Aa
#eccb8f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccb8f on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow39.4%
Key (black)7.5%
Color previews
#eccb8f text on a black background
contrast 13.51:1
Card sample
#eccb8f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccb8f;
Background color
Panel with #eccb8f background
background-color: #eccb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccb8f; background: linear-gradient(135deg, #eccb8f, #CFEC8F);