#ceb7ce
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 183, 206
HSL
300°, 19%, 76%
CMYK
0, 11, 0, 19
Luminance
0.5145
Every format
| HEX | #ceb7ce |
| RGB | rgb(206, 183, 206) |
| HSL | hsl(300, 19%, 76%) |
| CMYK | cmyk(0%, 11%, 0%, 19%) |
| LAB | lab(77.0 12.3 -8.6) |
| LCH | lch(77.0 15.0 325.0) |
| OKLCH | oklch(0.806 0.041 325.9) |
Copy-ready code
/* CSS */
color: #ceb7ce;
background-color: #ceb7ce;
/* Tailwind (arbitrary) */
class="text-[#ceb7ce] bg-[#ceb7ce]"
/* SCSS */
$brand: #ceb7ce;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.808)
/* Android */
Color.parseColor("#ceb7ce")Accessibility — WCAG contrast
Aa
#ceb7ce on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7ce on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow0.0%
Key (black)19.2%
Color previews
#ceb7ce text on a black background
contrast 11.29:1
Card sample
#ceb7ce text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7ce;
Background color
Panel with #ceb7ce background
background-color: #ceb7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7ce; background: linear-gradient(135deg, #ceb7ce, #CEB7BF);