#eacfc2
a light, vivid orange · warm · closest name: silver
RGB
234, 207, 194
HSL
20°, 49%, 84%
CMYK
0, 12, 17, 8
Luminance
0.6601
Every format
| HEX | #eacfc2 |
| RGB | rgb(234, 207, 194) |
| HSL | hsl(20, 49%, 84%) |
| CMYK | cmyk(0%, 12%, 17%, 8%) |
| LAB | lab(85.0 7.4 9.9) |
| LCH | lch(85.0 12.3 53.4) |
| OKLCH | oklch(0.874 0.035 47.4) |
Copy-ready code
/* CSS */
color: #eacfc2;
background-color: #eacfc2;
/* Tailwind (arbitrary) */
class="text-[#eacfc2] bg-[#eacfc2]"
/* SCSS */
$brand: #eacfc2;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#eacfc2")Accessibility — WCAG contrast
Aa
#eacfc2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfc2 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow17.1%
Key (black)8.2%
Color previews
#eacfc2 text on a black background
contrast 14.20:1
Card sample
#eacfc2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfc2;
Background color
Panel with #eacfc2 background
background-color: #eacfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfc2; background: linear-gradient(135deg, #eacfc2, #EAEAC2);