#eccab2
a light, vivid orange · warm · closest name: tan
RGB
236, 202, 178
HSL
25°, 60%, 81%
CMYK
0, 14, 25, 8
Luminance
0.6329
Every format
| HEX | #eccab2 |
| RGB | rgb(236, 202, 178) |
| HSL | hsl(25, 60%, 81%) |
| CMYK | cmyk(0%, 14%, 25%, 8%) |
| LAB | lab(83.6 8.4 16.4) |
| LCH | lch(83.6 18.4 63.0) |
| OKLCH | oklch(0.862 0.050 57.2) |
Copy-ready code
/* CSS */
color: #eccab2;
background-color: #eccab2;
/* Tailwind (arbitrary) */
class="text-[#eccab2] bg-[#eccab2]"
/* SCSS */
$brand: #eccab2;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#eccab2")Accessibility — WCAG contrast
Aa
#eccab2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccab2 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow24.6%
Key (black)7.5%
Color previews
#eccab2 text on a black background
contrast 13.66:1
Card sample
#eccab2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccab2;
Background color
Panel with #eccab2 background
background-color: #eccab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccab2; background: linear-gradient(135deg, #eccab2, #E7ECB2);