#ceb2ba
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 178, 186
HSL
343°, 22%, 75%
CMYK
0, 14, 10, 19
Luminance
0.4851
Every format
| HEX | #ceb2ba |
| RGB | rgb(206, 178, 186) |
| HSL | hsl(343, 22%, 75%) |
| CMYK | cmyk(0%, 14%, 10%, 19%) |
| LAB | lab(75.1 11.4 -0.3) |
| LCH | lch(75.1 11.4 358.3) |
| OKLCH | oklch(0.790 0.034 358.8) |
Copy-ready code
/* CSS */
color: #ceb2ba;
background-color: #ceb2ba;
/* Tailwind (arbitrary) */
class="text-[#ceb2ba] bg-[#ceb2ba]"
/* SCSS */
$brand: #ceb2ba;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#ceb2ba")Accessibility — WCAG contrast
Aa
#ceb2ba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2ba on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ceb2ba text on a black background
contrast 10.70:1
Card sample
#ceb2ba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2ba;
Background color
Panel with #ceb2ba background
background-color: #ceb2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2ba; background: linear-gradient(135deg, #ceb2ba, #CEBDB2);