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