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