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