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