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