#cebdcf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 189, 207
HSL
297°, 16%, 78%
CMYK
1, 9, 0, 19
Luminance
0.5402
Every format
| HEX | #cebdcf |
| RGB | rgb(206, 189, 207) |
| HSL | hsl(297, 16%, 78%) |
| CMYK | cmyk(1%, 9%, 0%, 19%) |
| LAB | lab(78.5 9.2 -6.8) |
| LCH | lch(78.5 11.5 323.4) |
| OKLCH | oklch(0.818 0.031 324.2) |
Copy-ready code
/* CSS */
color: #cebdcf;
background-color: #cebdcf;
/* Tailwind (arbitrary) */
class="text-[#cebdcf] bg-[#cebdcf]"
/* SCSS */
$brand: #cebdcf;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#cebdcf")Accessibility — WCAG contrast
Aa
#cebdcf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdcf on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cebdcf text on a black background
contrast 11.80:1
Card sample
#cebdcf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdcf;
Background color
Panel with #cebdcf background
background-color: #cebdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdcf; background: linear-gradient(135deg, #cebdcf, #CFBDC4);