#cebccf
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 188, 207
HSL
297°, 17%, 78%
CMYK
1, 9, 0, 19
Luminance
0.5359
Every format
| HEX | #cebccf |
| RGB | rgb(206, 188, 207) |
| HSL | hsl(297, 17%, 78%) |
| CMYK | cmyk(1%, 9%, 0%, 19%) |
| LAB | lab(78.2 9.8 -7.2) |
| LCH | lch(78.2 12.1 323.5) |
| OKLCH | oklch(0.816 0.033 324.3) |
Copy-ready code
/* CSS */
color: #cebccf;
background-color: #cebccf;
/* Tailwind (arbitrary) */
class="text-[#cebccf] bg-[#cebccf]"
/* SCSS */
$brand: #cebccf;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#cebccf")Accessibility — WCAG contrast
Aa
#cebccf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebccf on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cebccf text on a black background
contrast 11.72:1
Card sample
#cebccf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebccf;
Background color
Panel with #cebccf background
background-color: #cebccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebccf; background: linear-gradient(135deg, #cebccf, #CFBCC3);