#eccfb1
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 177
HSL
31°, 61%, 81%
CMYK
0, 12, 25, 8
Luminance
0.6563
Every format
| HEX | #eccfb1 |
| RGB | rgb(236, 207, 177) |
| HSL | hsl(31, 61%, 81%) |
| CMYK | cmyk(0%, 12%, 25%, 8%) |
| LAB | lab(84.8 5.6 18.6) |
| LCH | lch(84.8 19.5 73.2) |
| OKLCH | oklch(0.871 0.052 68.0) |
Copy-ready code
/* CSS */
color: #eccfb1;
background-color: #eccfb1;
/* Tailwind (arbitrary) */
class="text-[#eccfb1] bg-[#eccfb1]"
/* SCSS */
$brand: #eccfb1;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.694)
/* Android */
Color.parseColor("#eccfb1")Accessibility — WCAG contrast
Aa
#eccfb1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfb1 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow25.0%
Key (black)7.5%
Color previews
#eccfb1 text on a black background
contrast 14.13:1
Card sample
#eccfb1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfb1;
Background color
Panel with #eccfb1 background
background-color: #eccfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfb1; background: linear-gradient(135deg, #eccfb1, #E2ECB1);