#cd8f89
a light, soft red · warm · closest name: pink
RGB
205, 143, 137
HSL
5°, 41%, 67%
CMYK
0, 30, 33, 20
Luminance
0.3443
Every format
| HEX | #cd8f89 |
| RGB | rgb(205, 143, 137) |
| HSL | hsl(5, 41%, 67%) |
| CMYK | cmyk(0%, 30%, 33%, 20%) |
| LAB | lab(65.3 22.7 12.7) |
| LCH | lch(65.3 26.0 29.1) |
| OKLCH | oklch(0.710 0.076 25.3) |
Copy-ready code
/* CSS */
color: #cd8f89;
background-color: #cd8f89;
/* Tailwind (arbitrary) */
class="text-[#cd8f89] bg-[#cd8f89]"
/* SCSS */
$brand: #cd8f89;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.537)
/* Android */
Color.parseColor("#cd8f89")Accessibility — WCAG contrast
Aa
#cd8f89 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f89 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow33.2%
Key (black)19.6%
Color previews
#cd8f89 text on a black background
contrast 7.89:1
Card sample
#cd8f89 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f89;
Background color
Panel with #cd8f89 background
background-color: #cd8f89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f89; background: linear-gradient(135deg, #cd8f89, #CDBC89);