#cb8f8f
a light, soft red · warm · closest name: pink
RGB
203, 143, 143
HSL
0°, 37%, 68%
CMYK
0, 30, 30, 20
Luminance
0.3432
Every format
| HEX | #cb8f8f |
| RGB | rgb(203, 143, 143) |
| HSL | hsl(0, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 30%, 20%) |
| LAB | lab(65.2 22.8 9.1) |
| LCH | lch(65.2 24.5 21.9) |
| OKLCH | oklch(0.709 0.073 19.0) |
Copy-ready code
/* CSS */
color: #cb8f8f;
background-color: #cb8f8f;
/* Tailwind (arbitrary) */
class="text-[#cb8f8f] bg-[#cb8f8f]"
/* SCSS */
$brand: #cb8f8f;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.561)
/* Android */
Color.parseColor("#cb8f8f")Accessibility — WCAG contrast
Aa
#cb8f8f on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8f8f on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow29.6%
Key (black)20.4%
Color previews
#cb8f8f text on a black background
contrast 7.86:1
Card sample
#cb8f8f text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8f8f;
Background color
Panel with #cb8f8f background
background-color: #cb8f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8f8f; background: linear-gradient(135deg, #cb8f8f, #CBB78F);