#cebecf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 190, 207
HSL
297°, 15%, 78%
CMYK
1, 8, 0, 19
Luminance
0.5445
Every format
| HEX | #cebecf |
| RGB | rgb(206, 190, 207) |
| HSL | hsl(297, 15%, 78%) |
| CMYK | cmyk(1%, 8%, 0%, 19%) |
| LAB | lab(78.7 8.7 -6.5) |
| LCH | lch(78.7 10.8 323.3) |
| OKLCH | oklch(0.820 0.029 324.1) |
Copy-ready code
/* CSS */
color: #cebecf;
background-color: #cebecf;
/* Tailwind (arbitrary) */
class="text-[#cebecf] bg-[#cebecf]"
/* SCSS */
$brand: #cebecf;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#cebecf")Accessibility — WCAG contrast
Aa
#cebecf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebecf on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cebecf text on a black background
contrast 11.89:1
Card sample
#cebecf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebecf;
Background color
Panel with #cebecf background
background-color: #cebecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebecf; background: linear-gradient(135deg, #cebecf, #CFBEC5);