#cb5fcb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 95, 203
HSL
300°, 51%, 58%
CMYK
0, 53, 0, 20
Luminance
0.2519
Every format
| HEX | #cb5fcb |
| RGB | rgb(203, 95, 203) |
| HSL | hsl(300, 51%, 58%) |
| CMYK | cmyk(0%, 53%, 0%, 20%) |
| LAB | lab(57.3 57.3 -37.0) |
| LCH | lch(57.3 68.2 327.2) |
| OKLCH | oklch(0.655 0.189 327.5) |
Copy-ready code
/* CSS */
color: #cb5fcb;
background-color: #cb5fcb;
/* Tailwind (arbitrary) */
class="text-[#cb5fcb] bg-[#cb5fcb]"
/* SCSS */
$brand: #cb5fcb;
/* SwiftUI */
Color(red: 0.796, green: 0.373, blue: 0.796)
/* Android */
Color.parseColor("#cb5fcb")Accessibility — WCAG contrast
Aa
#cb5fcb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5fcb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green37.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow0.0%
Key (black)20.4%
Color previews
#cb5fcb text on a black background
contrast 6.04:1
Card sample
#cb5fcb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5fcb;
Background color
Panel with #cb5fcb background
background-color: #cb5fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 95, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 95, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5fcb; background: linear-gradient(135deg, #cb5fcb, #CB5F83);