#eccfbe
a light, vivid orange · warm · closest name: beige
RGB
236, 207, 190
HSL
22°, 55%, 84%
CMYK
0, 12, 20, 8
Luminance
0.6618
Every format
| HEX | #eccfbe |
| RGB | rgb(236, 207, 190) |
| HSL | hsl(22, 55%, 84%) |
| CMYK | cmyk(0%, 12%, 20%, 8%) |
| LAB | lab(85.1 7.5 12.2) |
| LCH | lch(85.1 14.3 58.4) |
| OKLCH | oklch(0.874 0.040 52.3) |
Copy-ready code
/* CSS */
color: #eccfbe;
background-color: #eccfbe;
/* Tailwind (arbitrary) */
class="text-[#eccfbe] bg-[#eccfbe]"
/* SCSS */
$brand: #eccfbe;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#eccfbe")Accessibility — WCAG contrast
Aa
#eccfbe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfbe on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow19.5%
Key (black)7.5%
Color previews
#eccfbe text on a black background
contrast 14.24:1
Card sample
#eccfbe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfbe;
Background color
Panel with #eccfbe background
background-color: #eccfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfbe; background: linear-gradient(135deg, #eccfbe, #EAECBE);