#cebace
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 206
HSL
300°, 17%, 77%
CMYK
0, 10, 0, 19
Luminance
0.5270
Every format
| HEX | #cebace |
| RGB | rgb(206, 186, 206) |
| HSL | hsl(300, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 0%, 19%) |
| LAB | lab(77.7 10.6 -7.5) |
| LCH | lch(77.7 13.0 325.0) |
| OKLCH | oklch(0.812 0.035 325.9) |
Copy-ready code
/* CSS */
color: #cebace;
background-color: #cebace;
/* Tailwind (arbitrary) */
class="text-[#cebace] bg-[#cebace]"
/* SCSS */
$brand: #cebace;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#cebace")Accessibility — WCAG contrast
Aa
#cebace on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebace on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#cebace text on a black background
contrast 11.54:1
Card sample
#cebace text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebace;
Background color
Panel with #cebace background
background-color: #cebace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebace; background: linear-gradient(135deg, #cebace, #CEBAC1);