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