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