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