#eacabc
a light, vivid orange · warm · closest name: silver
RGB
234, 202, 188
HSL
18°, 52%, 83%
CMYK
0, 14, 20, 8
Luminance
0.6336
Every format
| HEX | #eacabc |
| RGB | rgb(234, 202, 188) |
| HSL | hsl(18, 52%, 83%) |
| CMYK | cmyk(0%, 14%, 20%, 8%) |
| LAB | lab(83.6 9.1 11.1) |
| LCH | lch(83.6 14.4 50.8) |
| OKLCH | oklch(0.862 0.041 45.0) |
Copy-ready code
/* CSS */
color: #eacabc;
background-color: #eacabc;
/* Tailwind (arbitrary) */
class="text-[#eacabc] bg-[#eacabc]"
/* SCSS */
$brand: #eacabc;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#eacabc")Accessibility — WCAG contrast
Aa
#eacabc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacabc on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow19.7%
Key (black)8.2%
Color previews
#eacabc text on a black background
contrast 13.67:1
Card sample
#eacabc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacabc;
Background color
Panel with #eacabc background
background-color: #eacabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacabc; background: linear-gradient(135deg, #eacabc, #EAE9BC);