#cec4cb
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 196, 203
HSL
318°, 9%, 79%
CMYK
0, 5, 2, 19
Luminance
0.5691
Every format
| HEX | #cec4cb |
| RGB | rgb(206, 196, 203) |
| HSL | hsl(318, 9%, 79%) |
| CMYK | cmyk(0%, 5%, 2%, 19%) |
| LAB | lab(80.1 4.7 -2.3) |
| LCH | lch(80.1 5.3 334.6) |
| OKLCH | oklch(0.831 0.015 336.2) |
Copy-ready code
/* CSS */
color: #cec4cb;
background-color: #cec4cb;
/* Tailwind (arbitrary) */
class="text-[#cec4cb] bg-[#cec4cb]"
/* SCSS */
$brand: #cec4cb;
/* SwiftUI */
Color(red: 0.808, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#cec4cb")Accessibility — WCAG contrast
Aa
#cec4cb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec4cb on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow1.5%
Key (black)19.2%
Color previews
#cec4cb text on a black background
contrast 12.38:1
Card sample
#cec4cb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec4cb;
Background color
Panel with #cec4cb background
background-color: #cec4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec4cb; background: linear-gradient(135deg, #cec4cb, #CEC4C4);