#cebacf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 207
HSL
297°, 18%, 77%
CMYK
1, 10, 0, 19
Luminance
0.5274
Every format
| HEX | #cebacf |
| RGB | rgb(206, 186, 207) |
| HSL | hsl(297, 18%, 77%) |
| CMYK | cmyk(1%, 10%, 0%, 19%) |
| LAB | lab(77.7 10.8 -8.0) |
| LCH | lch(77.7 13.4 323.7) |
| OKLCH | oklch(0.812 0.036 324.5) |
Copy-ready code
/* CSS */
color: #cebacf;
background-color: #cebacf;
/* Tailwind (arbitrary) */
class="text-[#cebacf] bg-[#cebacf]"
/* SCSS */
$brand: #cebacf;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#cebacf")Accessibility — WCAG contrast
Aa
#cebacf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebacf on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cebacf text on a black background
contrast 11.55:1
Card sample
#cebacf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebacf;
Background color
Panel with #cebacf background
background-color: #cebacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebacf; background: linear-gradient(135deg, #cebacf, #CFBAC2);