#cd9f9b
a light, soft red · warm · closest name: pink
RGB
205, 159, 155
HSL
5°, 33%, 71%
CMYK
0, 22, 24, 20
Luminance
0.4014
Every format
| HEX | #cd9f9b |
| RGB | rgb(205, 159, 155) |
| HSL | hsl(5, 33%, 71%) |
| CMYK | cmyk(0%, 22%, 24%, 20%) |
| LAB | lab(69.6 16.4 8.7) |
| LCH | lch(69.6 18.6 27.7) |
| OKLCH | oklch(0.744 0.055 24.2) |
Copy-ready code
/* CSS */
color: #cd9f9b;
background-color: #cd9f9b;
/* Tailwind (arbitrary) */
class="text-[#cd9f9b] bg-[#cd9f9b]"
/* SCSS */
$brand: #cd9f9b;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.608)
/* Android */
Color.parseColor("#cd9f9b")Accessibility — WCAG contrast
Aa
#cd9f9b on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9f9b on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow24.4%
Key (black)19.6%
Color previews
#cd9f9b text on a black background
contrast 9.03:1
Card sample
#cd9f9b text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9f9b;
Background color
Panel with #cd9f9b background
background-color: #cd9f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9f9b; background: linear-gradient(135deg, #cd9f9b, #CDC09B);