#eccfb6
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 182
HSL
28°, 59%, 82%
CMYK
0, 12, 23, 8
Luminance
0.6584
Every format
| HEX | #eccfb6 |
| RGB | rgb(236, 207, 182) |
| HSL | hsl(28, 59%, 82%) |
| CMYK | cmyk(0%, 12%, 23%, 8%) |
| LAB | lab(84.9 6.3 16.2) |
| LCH | lch(84.9 17.4 68.6) |
| OKLCH | oklch(0.872 0.047 62.9) |
Copy-ready code
/* CSS */
color: #eccfb6;
background-color: #eccfb6;
/* Tailwind (arbitrary) */
class="text-[#eccfb6] bg-[#eccfb6]"
/* SCSS */
$brand: #eccfb6;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#eccfb6")Accessibility — WCAG contrast
Aa
#eccfb6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfb6 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow22.9%
Key (black)7.5%
Color previews
#eccfb6 text on a black background
contrast 14.17:1
Card sample
#eccfb6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfb6;
Background color
Panel with #eccfb6 background
background-color: #eccfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfb6; background: linear-gradient(135deg, #eccfb6, #E5ECB6);