#cebacb
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 203
HSL
309°, 17%, 77%
CMYK
0, 10, 2, 19
Luminance
0.5255
Every format
| HEX | #cebacb |
| RGB | rgb(206, 186, 203) |
| HSL | hsl(309, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 2%, 19%) |
| LAB | lab(77.6 10.1 -6.0) |
| LCH | lch(77.6 11.7 329.4) |
| OKLCH | oklch(0.811 0.032 330.8) |
Copy-ready code
/* CSS */
color: #cebacb;
background-color: #cebacb;
/* Tailwind (arbitrary) */
class="text-[#cebacb] bg-[#cebacb]"
/* SCSS */
$brand: #cebacb;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#cebacb")Accessibility — WCAG contrast
Aa
#cebacb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebacb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow1.5%
Key (black)19.2%
Color previews
#cebacb text on a black background
contrast 11.51:1
Card sample
#cebacb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebacb;
Background color
Panel with #cebacb background
background-color: #cebacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebacb; background: linear-gradient(135deg, #cebacb, #CEBABE);