#cb5fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 95, 223
HSL
291°, 67%, 62%
CMYK
9, 57, 0, 13
Luminance
0.2621
Every format
| HEX | #cb5fdf |
| RGB | rgb(203, 95, 223) |
| HSL | hsl(291, 67%, 62%) |
| CMYK | cmyk(9%, 57%, 0%, 13%) |
| LAB | lab(58.2 61.0 -46.8) |
| LCH | lch(58.2 76.8 322.5) |
| OKLCH | oklch(0.666 0.207 321.1) |
Copy-ready code
/* CSS */
color: #cb5fdf;
background-color: #cb5fdf;
/* Tailwind (arbitrary) */
class="text-[#cb5fdf] bg-[#cb5fdf]"
/* SCSS */
$brand: #cb5fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#cb5fdf")Accessibility — WCAG contrast
Aa
#cb5fdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5fdf on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb5fdf text on a black background
contrast 6.24:1
Card sample
#cb5fdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5fdf;
Background color
Panel with #cb5fdf background
background-color: #cb5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5fdf; background: linear-gradient(135deg, #cb5fdf, #DF5F9E);