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