#cd9b93
a light, soft red · warm · closest name: pink
RGB
205, 155, 147
HSL
8°, 37%, 69%
CMYK
0, 24, 28, 20
Luminance
0.3853
Every format
| HEX | #cd9b93 |
| RGB | rgb(205, 155, 147) |
| HSL | hsl(8, 37%, 69%) |
| CMYK | cmyk(0%, 24%, 28%, 20%) |
| LAB | lab(68.4 17.5 11.4) |
| LCH | lch(68.4 20.9 33.2) |
| OKLCH | oklch(0.734 0.061 29.0) |
Copy-ready code
/* CSS */
color: #cd9b93;
background-color: #cd9b93;
/* Tailwind (arbitrary) */
class="text-[#cd9b93] bg-[#cd9b93]"
/* SCSS */
$brand: #cd9b93;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.576)
/* Android */
Color.parseColor("#cd9b93")Accessibility — WCAG contrast
Aa
#cd9b93 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9b93 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow28.3%
Key (black)19.6%
Color previews
#cd9b93 text on a black background
contrast 8.71:1
Card sample
#cd9b93 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9b93;
Background color
Panel with #cd9b93 background
background-color: #cd9b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9b93; background: linear-gradient(135deg, #cd9b93, #CDC293);