#cebec6
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 190, 198
HSL
330°, 14%, 78%
CMYK
0, 8, 4, 19
Luminance
0.5403
Every format
| HEX | #cebec6 |
| RGB | rgb(206, 190, 198) |
| HSL | hsl(330, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 4%, 19%) |
| LAB | lab(78.5 7.0 -2.0) |
| LCH | lch(78.5 7.3 344.3) |
| OKLCH | oklch(0.817 0.021 345.8) |
Copy-ready code
/* CSS */
color: #cebec6;
background-color: #cebec6;
/* Tailwind (arbitrary) */
class="text-[#cebec6] bg-[#cebec6]"
/* SCSS */
$brand: #cebec6;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.776)
/* Android */
Color.parseColor("#cebec6")Accessibility — WCAG contrast
Aa
#cebec6 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebec6 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow3.9%
Key (black)19.2%
Color previews
#cebec6 text on a black background
contrast 11.81:1
Card sample
#cebec6 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebec6;
Background color
Panel with #cebec6 background
background-color: #cebec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebec6; background: linear-gradient(135deg, #cebec6, #CEC1BE);