#cb5cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 92, 191
HSL
307°, 52%, 58%
CMYK
0, 55, 6, 20
Luminance
0.2411
Every format
| HEX | #cb5cbf |
| RGB | rgb(203, 92, 191) |
| HSL | hsl(307, 52%, 58%) |
| CMYK | cmyk(0%, 55%, 6%, 20%) |
| LAB | lab(56.2 56.7 -31.8) |
| LCH | lch(56.2 65.0 330.7) |
| OKLCH | oklch(0.646 0.183 331.8) |
Copy-ready code
/* CSS */
color: #cb5cbf;
background-color: #cb5cbf;
/* Tailwind (arbitrary) */
class="text-[#cb5cbf] bg-[#cb5cbf]"
/* SCSS */
$brand: #cb5cbf;
/* SwiftUI */
Color(red: 0.796, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#cb5cbf")Accessibility — WCAG contrast
Aa
#cb5cbf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5cbf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow5.9%
Key (black)20.4%
Color previews
#cb5cbf text on a black background
contrast 5.82:1
Card sample
#cb5cbf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5cbf;
Background color
Panel with #cb5cbf background
background-color: #cb5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5cbf; background: linear-gradient(135deg, #cb5cbf, #CB5C75);