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