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