#ceb5cf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 181, 207
HSL
298°, 21%, 76%
CMYK
1, 13, 0, 19
Luminance
0.5067
Every format
| HEX | #ceb5cf |
| RGB | rgb(206, 181, 207) |
| HSL | hsl(298, 21%, 76%) |
| CMYK | cmyk(1%, 13%, 0%, 19%) |
| LAB | lab(76.5 13.5 -9.8) |
| LCH | lch(76.5 16.7 324.1) |
| OKLCH | oklch(0.802 0.045 324.8) |
Copy-ready code
/* CSS */
color: #ceb5cf;
background-color: #ceb5cf;
/* Tailwind (arbitrary) */
class="text-[#ceb5cf] bg-[#ceb5cf]"
/* SCSS */
$brand: #ceb5cf;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#ceb5cf")Accessibility — WCAG contrast
Aa
#ceb5cf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb5cf on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ceb5cf text on a black background
contrast 11.13:1
Card sample
#ceb5cf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb5cf;
Background color
Panel with #ceb5cf background
background-color: #ceb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb5cf; background: linear-gradient(135deg, #ceb5cf, #CFB5BF);