#cebacd
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 205
HSL
303°, 17%, 77%
CMYK
0, 10, 1, 19
Luminance
0.5265
Every format
| HEX | #cebacd |
| RGB | rgb(206, 186, 205) |
| HSL | hsl(303, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 1%, 19%) |
| LAB | lab(77.7 10.5 -7.0) |
| LCH | lch(77.7 12.6 326.4) |
| OKLCH | oklch(0.811 0.034 327.4) |
Copy-ready code
/* CSS */
color: #cebacd;
background-color: #cebacd;
/* Tailwind (arbitrary) */
class="text-[#cebacd] bg-[#cebacd]"
/* SCSS */
$brand: #cebacd;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#cebacd")Accessibility — WCAG contrast
Aa
#cebacd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebacd on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow0.5%
Key (black)19.2%
Color previews
#cebacd text on a black background
contrast 11.53:1
Card sample
#cebacd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebacd;
Background color
Panel with #cebacd background
background-color: #cebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebacd; background: linear-gradient(135deg, #cebacd, #CEBAC0);