#cb93af
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 147, 175
HSL
330°, 35%, 69%
CMYK
0, 28, 14, 20
Luminance
0.3666
Every format
| HEX | #cb93af |
| RGB | rgb(203, 147, 175) |
| HSL | hsl(330, 35%, 69%) |
| CMYK | cmyk(0%, 28%, 14%, 20%) |
| LAB | lab(67.0 25.4 -6.2) |
| LCH | lch(67.0 26.1 346.2) |
| OKLCH | oklch(0.726 0.077 347.7) |
Copy-ready code
/* CSS */
color: #cb93af;
background-color: #cb93af;
/* Tailwind (arbitrary) */
class="text-[#cb93af] bg-[#cb93af]"
/* SCSS */
$brand: #cb93af;
/* SwiftUI */
Color(red: 0.796, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#cb93af")Accessibility — WCAG contrast
Aa
#cb93af on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb93af on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow13.8%
Key (black)20.4%
Color previews
#cb93af text on a black background
contrast 8.33:1
Card sample
#cb93af text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb93af;
Background color
Panel with #cb93af background
background-color: #cb93af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb93af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb93af; background: linear-gradient(135deg, #cb93af, #CB9C93);