#cb2fcc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 204
HSL
300°, 63%, 49%
CMYK
1, 77, 0, 20
Luminance
0.1909
Every format
| HEX | #cb2fcc |
| RGB | rgb(203, 47, 204) |
| HSL | hsl(300, 63%, 49%) |
| CMYK | cmyk(1%, 77%, 0%, 20%) |
| LAB | lab(50.8 75.7 -47.8) |
| LCH | lch(50.8 89.5 327.7) |
| OKLCH | oklch(0.609 0.249 327.8) |
Copy-ready code
/* CSS */
color: #cb2fcc;
background-color: #cb2fcc;
/* Tailwind (arbitrary) */
class="text-[#cb2fcc] bg-[#cb2fcc]"
/* SCSS */
$brand: #cb2fcc;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.800)
/* Android */
Color.parseColor("#cb2fcc")Accessibility — WCAG contrast
Aa
#cb2fcc on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fcc on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta77.0%
Yellow0.0%
Key (black)20.0%
Color previews
#cb2fcc text on a black background
contrast 4.82:1
Card sample
#cb2fcc text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fcc;
Background color
Panel with #cb2fcc background
background-color: #cb2fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fcc; background: linear-gradient(135deg, #cb2fcc, #CC2F64);