#e6c4cb
a light, soft red · warm · closest name: pink
RGB
230, 196, 203
HSL
348°, 41%, 84%
CMYK
0, 15, 12, 10
Luminance
0.6061
Every format
| HEX | #e6c4cb |
| RGB | rgb(230, 196, 203) |
| HSL | hsl(348, 41%, 84%) |
| CMYK | cmyk(0%, 15%, 12%, 10%) |
| LAB | lab(82.2 13.2 1.0) |
| LCH | lch(82.2 13.2 4.3) |
| OKLCH | oklch(0.851 0.040 4.0) |
Copy-ready code
/* CSS */
color: #e6c4cb;
background-color: #e6c4cb;
/* Tailwind (arbitrary) */
class="text-[#e6c4cb] bg-[#e6c4cb]"
/* SCSS */
$brand: #e6c4cb;
/* SwiftUI */
Color(red: 0.902, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#e6c4cb")Accessibility — WCAG contrast
Aa
#e6c4cb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6c4cb on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green76.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow11.7%
Key (black)9.8%
Color previews
#e6c4cb text on a black background
contrast 13.12:1
Card sample
#e6c4cb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6c4cb;
Background color
Panel with #e6c4cb background
background-color: #e6c4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6c4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6c4cb; background: linear-gradient(135deg, #e6c4cb, #E6D4C4);