#cebec4
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 190, 196
HSL
338°, 14%, 78%
CMYK
0, 8, 5, 19
Luminance
0.5393
Every format
| HEX | #cebec4 |
| RGB | rgb(206, 190, 196) |
| HSL | hsl(338, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 5%, 19%) |
| LAB | lab(78.4 6.7 -1.0) |
| LCH | lch(78.4 6.8 351.7) |
| OKLCH | oklch(0.817 0.020 352.8) |
Copy-ready code
/* CSS */
color: #cebec4;
background-color: #cebec4;
/* Tailwind (arbitrary) */
class="text-[#cebec4] bg-[#cebec4]"
/* SCSS */
$brand: #cebec4;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.769)
/* Android */
Color.parseColor("#cebec4")Accessibility — WCAG contrast
Aa
#cebec4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebec4 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow4.9%
Key (black)19.2%
Color previews
#cebec4 text on a black background
contrast 11.79:1
Card sample
#cebec4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebec4;
Background color
Panel with #cebec4 background
background-color: #cebec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebec4; background: linear-gradient(135deg, #cebec4, #CEC3BE);