#eccfb3
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 179
HSL
30°, 60%, 81%
CMYK
0, 12, 24, 8
Luminance
0.6571
Every format
| HEX | #eccfb3 |
| RGB | rgb(236, 207, 179) |
| HSL | hsl(30, 60%, 81%) |
| CMYK | cmyk(0%, 12%, 24%, 8%) |
| LAB | lab(84.8 5.9 17.6) |
| LCH | lch(84.8 18.6 71.5) |
| OKLCH | oklch(0.872 0.050 66.1) |
Copy-ready code
/* CSS */
color: #eccfb3;
background-color: #eccfb3;
/* Tailwind (arbitrary) */
class="text-[#eccfb3] bg-[#eccfb3]"
/* SCSS */
$brand: #eccfb3;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#eccfb3")Accessibility — WCAG contrast
Aa
#eccfb3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfb3 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow24.2%
Key (black)7.5%
Color previews
#eccfb3 text on a black background
contrast 14.14:1
Card sample
#eccfb3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfb3;
Background color
Panel with #eccfb3 background
background-color: #eccfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfb3; background: linear-gradient(135deg, #eccfb3, #E3ECB3);