#cb5bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 91, 223
HSL
291°, 67%, 62%
CMYK
9, 59, 0, 13
Luminance
0.2551
Every format
| HEX | #cb5bdf |
| RGB | rgb(203, 91, 223) |
| HSL | hsl(291, 67%, 62%) |
| CMYK | cmyk(9%, 59%, 0%, 13%) |
| LAB | lab(57.6 62.8 -47.8) |
| LCH | lch(57.6 78.9 322.7) |
| OKLCH | oklch(0.661 0.213 321.3) |
Copy-ready code
/* CSS */
color: #cb5bdf;
background-color: #cb5bdf;
/* Tailwind (arbitrary) */
class="text-[#cb5bdf] bg-[#cb5bdf]"
/* SCSS */
$brand: #cb5bdf;
/* SwiftUI */
Color(red: 0.796, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#cb5bdf")Accessibility — WCAG contrast
Aa
#cb5bdf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5bdf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green35.7%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cb5bdf text on a black background
contrast 6.10:1
Card sample
#cb5bdf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5bdf;
Background color
Panel with #cb5bdf background
background-color: #cb5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5bdf; background: linear-gradient(135deg, #cb5bdf, #DF5B9B);