#ceb3bc
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 179, 188
HSL
340°, 22%, 76%
CMYK
0, 13, 9, 19
Luminance
0.4899
Every format
| HEX | #ceb3bc |
| RGB | rgb(206, 179, 188) |
| HSL | hsl(340, 22%, 76%) |
| CMYK | cmyk(0%, 13%, 9%, 19%) |
| LAB | lab(75.5 11.2 -1.0) |
| LCH | lch(75.5 11.2 354.9) |
| OKLCH | oklch(0.793 0.033 355.8) |
Copy-ready code
/* CSS */
color: #ceb3bc;
background-color: #ceb3bc;
/* Tailwind (arbitrary) */
class="text-[#ceb3bc] bg-[#ceb3bc]"
/* SCSS */
$brand: #ceb3bc;
/* SwiftUI */
Color(red: 0.808, green: 0.702, blue: 0.737)
/* Android */
Color.parseColor("#ceb3bc")Accessibility — WCAG contrast
Aa
#ceb3bc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb3bc on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow8.7%
Key (black)19.2%
Color previews
#ceb3bc text on a black background
contrast 10.80:1
Card sample
#ceb3bc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb3bc;
Background color
Panel with #ceb3bc background
background-color: #ceb3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 179, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 179, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb3bc; background: linear-gradient(135deg, #ceb3bc, #CEBCB3);