#cb27cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 39, 207
HSL
299°, 68%, 48%
CMYK
2, 81, 0, 19
Luminance
0.1865
Every format
| HEX | #cb27cf |
| RGB | rgb(203, 39, 207) |
| HSL | hsl(299, 68%, 48%) |
| CMYK | cmyk(2%, 81%, 0%, 19%) |
| LAB | lab(50.3 78.1 -50.3) |
| LCH | lch(50.3 92.9 327.2) |
| OKLCH | oklch(0.606 0.258 327.1) |
Copy-ready code
/* CSS */
color: #cb27cf;
background-color: #cb27cf;
/* Tailwind (arbitrary) */
class="text-[#cb27cf] bg-[#cb27cf]"
/* SCSS */
$brand: #cb27cf;
/* SwiftUI */
Color(red: 0.796, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#cb27cf")Accessibility — WCAG contrast
Aa
#cb27cf on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb27cf on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green15.3%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta81.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb27cf text on a black background
contrast 4.73:1
Card sample
#cb27cf text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb27cf;
Background color
Panel with #cb27cf background
background-color: #cb27cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb27cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb27cf; background: linear-gradient(135deg, #cb27cf, #CF2763);