#eacfac
a light, vivid orange · warm · closest name: tan
RGB
234, 207, 172
HSL
34°, 60%, 80%
CMYK
0, 12, 27, 8
Luminance
0.6510
Every format
| HEX | #eacfac |
| RGB | rgb(234, 207, 172) |
| HSL | hsl(34, 60%, 80%) |
| CMYK | cmyk(0%, 12%, 27%, 8%) |
| LAB | lab(84.5 4.2 20.9) |
| LCH | lch(84.5 21.3 78.6) |
| OKLCH | oklch(0.868 0.055 74.1) |
Copy-ready code
/* CSS */
color: #eacfac;
background-color: #eacfac;
/* Tailwind (arbitrary) */
class="text-[#eacfac] bg-[#eacfac]"
/* SCSS */
$brand: #eacfac;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#eacfac")Accessibility — WCAG contrast
Aa
#eacfac on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfac on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow26.5%
Key (black)8.2%
Color previews
#eacfac text on a black background
contrast 14.02:1
Card sample
#eacfac text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfac;
Background color
Panel with #eacfac background
background-color: #eacfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfac; background: linear-gradient(135deg, #eacfac, #DCEAAC);