#cebccd
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 188, 205
HSL
303°, 16%, 77%
CMYK
0, 9, 1, 19
Luminance
0.5350
Every format
| HEX | #cebccd |
| RGB | rgb(206, 188, 205) |
| HSL | hsl(303, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 1%, 19%) |
| LAB | lab(78.2 9.4 -6.2) |
| LCH | lch(78.2 11.3 326.5) |
| OKLCH | oklch(0.815 0.031 327.6) |
Copy-ready code
/* CSS */
color: #cebccd;
background-color: #cebccd;
/* Tailwind (arbitrary) */
class="text-[#cebccd] bg-[#cebccd]"
/* SCSS */
$brand: #cebccd;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.804)
/* Android */
Color.parseColor("#cebccd")Accessibility — WCAG contrast
Aa
#cebccd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebccd on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow0.5%
Key (black)19.2%
Color previews
#cebccd text on a black background
contrast 11.70:1
Card sample
#cebccd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebccd;
Background color
Panel with #cebccd background
background-color: #cebccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebccd; background: linear-gradient(135deg, #cebccd, #CEBCC1);