#cebbce
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 187, 206
HSL
300°, 16%, 77%
CMYK
0, 9, 0, 19
Luminance
0.5312
Every format
| HEX | #cebbce |
| RGB | rgb(206, 187, 206) |
| HSL | hsl(300, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 0%, 19%) |
| LAB | lab(78.0 10.1 -7.1) |
| LCH | lch(78.0 12.3 324.9) |
| OKLCH | oklch(0.814 0.034 325.9) |
Copy-ready code
/* CSS */
color: #cebbce;
background-color: #cebbce;
/* Tailwind (arbitrary) */
class="text-[#cebbce] bg-[#cebbce]"
/* SCSS */
$brand: #cebbce;
/* SwiftUI */
Color(red: 0.808, green: 0.733, blue: 0.808)
/* Android */
Color.parseColor("#cebbce")Accessibility — WCAG contrast
Aa
#cebbce on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebbce on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow0.0%
Key (black)19.2%
Color previews
#cebbce text on a black background
contrast 11.62:1
Card sample
#cebbce text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebbce;
Background color
Panel with #cebbce background
background-color: #cebbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 187, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 187, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebbce; background: linear-gradient(135deg, #cebbce, #CEBBC1);