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