#cebdcd
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 189, 205
HSL
304°, 15%, 78%
CMYK
0, 8, 1, 19
Luminance
0.5392
Every format
| HEX | #cebdcd |
| RGB | rgb(206, 189, 205) |
| HSL | hsl(304, 15%, 78%) |
| CMYK | cmyk(0%, 8%, 1%, 19%) |
| LAB | lab(78.4 8.8 -5.8) |
| LCH | lch(78.4 10.6 326.5) |
| OKLCH | oklch(0.817 0.029 327.6) |
Copy-ready code
/* CSS */
color: #cebdcd;
background-color: #cebdcd;
/* Tailwind (arbitrary) */
class="text-[#cebdcd] bg-[#cebdcd]"
/* SCSS */
$brand: #cebdcd;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#cebdcd")Accessibility — WCAG contrast
Aa
#cebdcd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdcd on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow0.5%
Key (black)19.2%
Color previews
#cebdcd text on a black background
contrast 11.78:1
Card sample
#cebdcd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdcd;
Background color
Panel with #cebdcd background
background-color: #cebdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdcd; background: linear-gradient(135deg, #cebdcd, #CEBDC2);