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