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