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