#cebccb
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 188, 203
HSL
310°, 16%, 77%
CMYK
0, 9, 2, 19
Luminance
0.5340
Every format
| HEX | #cebccb |
| RGB | rgb(206, 188, 203) |
| HSL | hsl(310, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 2%, 19%) |
| LAB | lab(78.1 9.0 -5.2) |
| LCH | lch(78.1 10.4 329.9) |
| OKLCH | oklch(0.815 0.029 331.3) |
Copy-ready code
/* CSS */
color: #cebccb;
background-color: #cebccb;
/* Tailwind (arbitrary) */
class="text-[#cebccb] bg-[#cebccb]"
/* SCSS */
$brand: #cebccb;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.796)
/* Android */
Color.parseColor("#cebccb")Accessibility — WCAG contrast
Aa
#cebccb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebccb on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow1.5%
Key (black)19.2%
Color previews
#cebccb text on a black background
contrast 11.68:1
Card sample
#cebccb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebccb;
Background color
Panel with #cebccb background
background-color: #cebccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebccb; background: linear-gradient(135deg, #cebccb, #CEBCBF);