#ceb2cb
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 178, 203
HSL
306°, 22%, 75%
CMYK
0, 14, 2, 19
Luminance
0.4927
Every format
| HEX | #ceb2cb |
| RGB | rgb(206, 178, 203) |
| HSL | hsl(306, 22%, 75%) |
| CMYK | cmyk(0%, 14%, 2%, 19%) |
| LAB | lab(75.6 14.4 -8.9) |
| LCH | lch(75.6 16.9 328.3) |
| OKLCH | oklch(0.795 0.047 329.5) |
Copy-ready code
/* CSS */
color: #ceb2cb;
background-color: #ceb2cb;
/* Tailwind (arbitrary) */
class="text-[#ceb2cb] bg-[#ceb2cb]"
/* SCSS */
$brand: #ceb2cb;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#ceb2cb")Accessibility — WCAG contrast
Aa
#ceb2cb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2cb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow1.5%
Key (black)19.2%
Color previews
#ceb2cb text on a black background
contrast 10.85:1
Card sample
#ceb2cb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2cb;
Background color
Panel with #ceb2cb background
background-color: #ceb2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2cb; background: linear-gradient(135deg, #ceb2cb, #CEB2B8);