#cb4eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 78, 183
HSL
310°, 55%, 55%
CMYK
0, 62, 10, 20
Luminance
0.2156
Every format
| HEX | #cb4eb7 |
| RGB | rgb(203, 78, 183) |
| HSL | hsl(310, 55%, 55%) |
| CMYK | cmyk(0%, 62%, 10%, 20%) |
| LAB | lab(53.6 61.6 -31.3) |
| LCH | lch(53.6 69.1 333.1) |
| OKLCH | oklch(0.625 0.198 334.5) |
Copy-ready code
/* CSS */
color: #cb4eb7;
background-color: #cb4eb7;
/* Tailwind (arbitrary) */
class="text-[#cb4eb7] bg-[#cb4eb7]"
/* SCSS */
$brand: #cb4eb7;
/* SwiftUI */
Color(red: 0.796, green: 0.306, blue: 0.718)
/* Android */
Color.parseColor("#cb4eb7")Accessibility — WCAG contrast
Aa
#cb4eb7 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4eb7 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green30.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow9.9%
Key (black)20.4%
Color previews
#cb4eb7 text on a black background
contrast 5.31:1
Card sample
#cb4eb7 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4eb7;
Background color
Panel with #cb4eb7 background
background-color: #cb4eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 78, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 78, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4eb7; background: linear-gradient(135deg, #cb4eb7, #CB4E64);