#cb9da0
a light, soft red · warm · closest name: pink
RGB
203, 157, 160
HSL
356°, 31%, 71%
CMYK
0, 23, 21, 20
Luminance
0.3935
Every format
| HEX | #cb9da0 |
| RGB | rgb(203, 157, 160) |
| HSL | hsl(356, 31%, 71%) |
| CMYK | cmyk(0%, 23%, 21%, 20%) |
| LAB | lab(69.0 17.5 5.0) |
| LCH | lch(69.0 18.2 16.0) |
| OKLCH | oklch(0.740 0.055 14.1) |
Copy-ready code
/* CSS */
color: #cb9da0;
background-color: #cb9da0;
/* Tailwind (arbitrary) */
class="text-[#cb9da0] bg-[#cb9da0]"
/* SCSS */
$brand: #cb9da0;
/* SwiftUI */
Color(red: 0.796, green: 0.616, blue: 0.627)
/* Android */
Color.parseColor("#cb9da0")Accessibility — WCAG contrast
Aa
#cb9da0 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9da0 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow21.2%
Key (black)20.4%
Color previews
#cb9da0 text on a black background
contrast 8.87:1
Card sample
#cb9da0 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9da0;
Background color
Panel with #cb9da0 background
background-color: #cb9da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 157, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 157, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9da0; background: linear-gradient(135deg, #cb9da0, #CBB99D);