#ceb9cf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 185, 207
HSL
297°, 19%, 77%
CMYK
1, 11, 0, 19
Luminance
0.5232
Every format
| HEX | #ceb9cf |
| RGB | rgb(206, 185, 207) |
| HSL | hsl(297, 19%, 77%) |
| CMYK | cmyk(1%, 11%, 0%, 19%) |
| LAB | lab(77.5 11.4 -8.3) |
| LCH | lch(77.5 14.1 323.8) |
| OKLCH | oklch(0.810 0.038 324.5) |
Copy-ready code
/* CSS */
color: #ceb9cf;
background-color: #ceb9cf;
/* Tailwind (arbitrary) */
class="text-[#ceb9cf] bg-[#ceb9cf]"
/* SCSS */
$brand: #ceb9cf;
/* SwiftUI */
Color(red: 0.808, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#ceb9cf")Accessibility — WCAG contrast
Aa
#ceb9cf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb9cf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ceb9cf text on a black background
contrast 11.46:1
Card sample
#ceb9cf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb9cf;
Background color
Panel with #ceb9cf background
background-color: #ceb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb9cf; background: linear-gradient(135deg, #ceb9cf, #CFB9C1);