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