#ceb0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 176, 207
HSL
298°, 24%, 75%
CMYK
1, 15, 0, 19
Luminance
0.4868
Every format
| HEX | #ceb0cf |
| RGB | rgb(206, 176, 207) |
| HSL | hsl(298, 24%, 75%) |
| CMYK | cmyk(1%, 15%, 0%, 19%) |
| LAB | lab(75.3 16.2 -11.6) |
| LCH | lch(75.3 20.0 324.4) |
| OKLCH | oklch(0.793 0.054 325.1) |
Copy-ready code
/* CSS */
color: #ceb0cf;
background-color: #ceb0cf;
/* Tailwind (arbitrary) */
class="text-[#ceb0cf] bg-[#ceb0cf]"
/* SCSS */
$brand: #ceb0cf;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#ceb0cf")Accessibility — WCAG contrast
Aa
#ceb0cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0cf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ceb0cf text on a black background
contrast 10.74:1
Card sample
#ceb0cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0cf;
Background color
Panel with #ceb0cf background
background-color: #ceb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0cf; background: linear-gradient(135deg, #ceb0cf, #CFB0BB);