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