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