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