#cdbeba
a light, soft red · warm · closest name: silver
RGB
205, 190, 186
HSL
13°, 16%, 77%
CMYK
0, 7, 9, 20
Luminance
0.5335
Every format
| HEX | #cdbeba |
| RGB | rgb(205, 190, 186) |
| HSL | hsl(13, 16%, 77%) |
| CMYK | cmyk(0%, 7%, 9%, 20%) |
| LAB | lab(78.1 4.6 3.9) |
| LCH | lch(78.1 6.0 40.5) |
| OKLCH | oklch(0.813 0.018 35.3) |
Copy-ready code
/* CSS */
color: #cdbeba;
background-color: #cdbeba;
/* Tailwind (arbitrary) */
class="text-[#cdbeba] bg-[#cdbeba]"
/* SCSS */
$brand: #cdbeba;
/* SwiftUI */
Color(red: 0.804, green: 0.745, blue: 0.729)
/* Android */
Color.parseColor("#cdbeba")Accessibility — WCAG contrast
Aa
#cdbeba on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbeba on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow9.3%
Key (black)19.6%
Color previews
#cdbeba text on a black background
contrast 11.67:1
Card sample
#cdbeba text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbeba;
Background color
Panel with #cdbeba background
background-color: #cdbeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 190, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 190, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbeba; background: linear-gradient(135deg, #cdbeba, #CDCBBA);