#ceb7ba
a light, soft red · warm · closest name: silver
RGB
206, 183, 186
HSL
352°, 19%, 76%
CMYK
0, 11, 10, 19
Luminance
0.5053
Every format
| HEX | #ceb7ba |
| RGB | rgb(206, 183, 186) |
| HSL | hsl(352, 19%, 76%) |
| CMYK | cmyk(0%, 11%, 10%, 19%) |
| LAB | lab(76.4 8.7 1.5) |
| LCH | lch(76.4 8.8 9.7) |
| OKLCH | oklch(0.800 0.027 8.8) |
Copy-ready code
/* CSS */
color: #ceb7ba;
background-color: #ceb7ba;
/* Tailwind (arbitrary) */
class="text-[#ceb7ba] bg-[#ceb7ba]"
/* SCSS */
$brand: #ceb7ba;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.729)
/* Android */
Color.parseColor("#ceb7ba")Accessibility — WCAG contrast
Aa
#ceb7ba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7ba on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow9.7%
Key (black)19.2%
Color previews
#ceb7ba text on a black background
contrast 11.11:1
Card sample
#ceb7ba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7ba;
Background color
Panel with #ceb7ba background
background-color: #ceb7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7ba; background: linear-gradient(135deg, #ceb7ba, #CEC3B7);