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