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