#cb8996
a light, soft red · warm · closest name: pink
RGB
203, 137, 150
HSL
348°, 39%, 67%
CMYK
0, 33, 26, 20
Luminance
0.3279
Every format
| HEX | #cb8996 |
| RGB | rgb(203, 137, 150) |
| HSL | hsl(348, 39%, 67%) |
| CMYK | cmyk(0%, 33%, 26%, 20%) |
| LAB | lab(64.0 27.0 3.4) |
| LCH | lch(64.0 27.2 7.2) |
| OKLCH | oklch(0.700 0.082 6.5) |
Copy-ready code
/* CSS */
color: #cb8996;
background-color: #cb8996;
/* Tailwind (arbitrary) */
class="text-[#cb8996] bg-[#cb8996]"
/* SCSS */
$brand: #cb8996;
/* SwiftUI */
Color(red: 0.796, green: 0.537, blue: 0.588)
/* Android */
Color.parseColor("#cb8996")Accessibility — WCAG contrast
Aa
#cb8996 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8996 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow26.1%
Key (black)20.4%
Color previews
#cb8996 text on a black background
contrast 7.56:1
Card sample
#cb8996 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8996;
Background color
Panel with #cb8996 background
background-color: #cb8996;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8996;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 137, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 137, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8996; background: linear-gradient(135deg, #cb8996, #CBA889);