#eccfba
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 186
HSL
25°, 57%, 83%
CMYK
0, 12, 21, 8
Luminance
0.6600
Every format
| HEX | #eccfba |
| RGB | rgb(236, 207, 186) |
| HSL | hsl(25, 57%, 83%) |
| CMYK | cmyk(0%, 12%, 21%, 8%) |
| LAB | lab(85.0 6.9 14.2) |
| LCH | lch(85.0 15.8 64.0) |
| OKLCH | oklch(0.873 0.043 58.0) |
Copy-ready code
/* CSS */
color: #eccfba;
background-color: #eccfba;
/* Tailwind (arbitrary) */
class="text-[#eccfba] bg-[#eccfba]"
/* SCSS */
$brand: #eccfba;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#eccfba")Accessibility — WCAG contrast
Aa
#eccfba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfba on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow21.2%
Key (black)7.5%
Color previews
#eccfba text on a black background
contrast 14.20:1
Card sample
#eccfba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfba;
Background color
Panel with #eccfba background
background-color: #eccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfba; background: linear-gradient(135deg, #eccfba, #E8ECBA);