#ceb3cb
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 179, 203
HSL
307°, 22%, 76%
CMYK
0, 13, 2, 19
Luminance
0.4967
Every format
| HEX | #ceb3cb |
| RGB | rgb(206, 179, 203) |
| HSL | hsl(307, 22%, 76%) |
| CMYK | cmyk(0%, 13%, 2%, 19%) |
| LAB | lab(75.9 13.9 -8.5) |
| LCH | lch(75.9 16.3 328.4) |
| OKLCH | oklch(0.797 0.045 329.6) |
Copy-ready code
/* CSS */
color: #ceb3cb;
background-color: #ceb3cb;
/* Tailwind (arbitrary) */
class="text-[#ceb3cb] bg-[#ceb3cb]"
/* SCSS */
$brand: #ceb3cb;
/* SwiftUI */
Color(red: 0.808, green: 0.702, blue: 0.796)
/* Android */
Color.parseColor("#ceb3cb")Accessibility — WCAG contrast
Aa
#ceb3cb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb3cb on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow1.5%
Key (black)19.2%
Color previews
#ceb3cb text on a black background
contrast 10.93:1
Card sample
#ceb3cb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb3cb;
Background color
Panel with #ceb3cb background
background-color: #ceb3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 179, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 179, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb3cb; background: linear-gradient(135deg, #ceb3cb, #CEB3B9);