#ecc48f
a light, vivid orange · warm · closest name: tan
RGB
236, 196, 143
HSL
34°, 71%, 74%
CMYK
0, 17, 39, 8
Luminance
0.5930
Every format
| HEX | #ecc48f |
| RGB | rgb(236, 196, 143) |
| HSL | hsl(34, 71%, 74%) |
| CMYK | cmyk(0%, 17%, 39%, 8%) |
| LAB | lab(81.5 7.2 31.9) |
| LCH | lch(81.5 32.7 77.4) |
| OKLCH | oklch(0.843 0.082 74.1) |
Copy-ready code
/* CSS */
color: #ecc48f;
background-color: #ecc48f;
/* Tailwind (arbitrary) */
class="text-[#ecc48f] bg-[#ecc48f]"
/* SCSS */
$brand: #ecc48f;
/* SwiftUI */
Color(red: 0.925, green: 0.769, blue: 0.561)
/* Android */
Color.parseColor("#ecc48f")Accessibility — WCAG contrast
Aa
#ecc48f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc48f on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow39.4%
Key (black)7.5%
Color previews
#ecc48f text on a black background
contrast 12.86:1
Card sample
#ecc48f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc48f;
Background color
Panel with #ecc48f background
background-color: #ecc48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 196, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 196, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc48f; background: linear-gradient(135deg, #ecc48f, #D6EC8F);