#cebac7
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 199
HSL
321°, 17%, 77%
CMYK
0, 10, 3, 19
Luminance
0.5236
Every format
| HEX | #cebac7 |
| RGB | rgb(206, 186, 199) |
| HSL | hsl(321, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 3%, 19%) |
| LAB | lab(77.5 9.4 -4.0) |
| LCH | lch(77.5 10.2 337.1) |
| OKLCH | oklch(0.810 0.029 338.7) |
Copy-ready code
/* CSS */
color: #cebac7;
background-color: #cebac7;
/* Tailwind (arbitrary) */
class="text-[#cebac7] bg-[#cebac7]"
/* SCSS */
$brand: #cebac7;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.780)
/* Android */
Color.parseColor("#cebac7")Accessibility — WCAG contrast
Aa
#cebac7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebac7 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow3.4%
Key (black)19.2%
Color previews
#cebac7 text on a black background
contrast 11.47:1
Card sample
#cebac7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebac7;
Background color
Panel with #cebac7 background
background-color: #cebac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebac7; background: linear-gradient(135deg, #cebac7, #CEBABA);