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