#cb2fcb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 203
HSL
300°, 62%, 49%
CMYK
0, 77, 0, 20
Luminance
0.1904
Every format
| HEX | #cb2fcb |
| RGB | rgb(203, 47, 203) |
| HSL | hsl(300, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 0%, 20%) |
| LAB | lab(50.7 75.5 -47.3) |
| LCH | lch(50.7 89.1 327.9) |
| OKLCH | oklch(0.608 0.248 328.1) |
Copy-ready code
/* CSS */
color: #cb2fcb;
background-color: #cb2fcb;
/* Tailwind (arbitrary) */
class="text-[#cb2fcb] bg-[#cb2fcb]"
/* SCSS */
$brand: #cb2fcb;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.796)
/* Android */
Color.parseColor("#cb2fcb")Accessibility — WCAG contrast
Aa
#cb2fcb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fcb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow0.0%
Key (black)20.4%
Color previews
#cb2fcb text on a black background
contrast 4.81:1
Card sample
#cb2fcb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fcb;
Background color
Panel with #cb2fcb background
background-color: #cb2fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fcb; background: linear-gradient(135deg, #cb2fcb, #CB2F63);