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