#cb9da8
a light, soft red · warm · closest name: pink
RGB
203, 157, 168
HSL
346°, 31%, 71%
CMYK
0, 23, 17, 20
Luminance
0.3964
Every format
| HEX | #cb9da8 |
| RGB | rgb(203, 157, 168) |
| HSL | hsl(346, 31%, 71%) |
| CMYK | cmyk(0%, 23%, 17%, 20%) |
| LAB | lab(69.2 18.8 0.9) |
| LCH | lch(69.2 18.8 2.7) |
| OKLCH | oklch(0.742 0.057 2.6) |
Copy-ready code
/* CSS */
color: #cb9da8;
background-color: #cb9da8;
/* Tailwind (arbitrary) */
class="text-[#cb9da8] bg-[#cb9da8]"
/* SCSS */
$brand: #cb9da8;
/* SwiftUI */
Color(red: 0.796, green: 0.616, blue: 0.659)
/* Android */
Color.parseColor("#cb9da8")Accessibility — WCAG contrast
Aa
#cb9da8 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9da8 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.6%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow17.2%
Key (black)20.4%
Color previews
#cb9da8 text on a black background
contrast 8.93:1
Card sample
#cb9da8 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9da8;
Background color
Panel with #cb9da8 background
background-color: #cb9da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 157, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 157, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9da8; background: linear-gradient(135deg, #cb9da8, #CBB19D);