#cf37eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 55, 235
HSL
291°, 82%, 57%
CMYK
12, 77, 0, 8
Luminance
0.2200
Every format
| HEX | #cf37eb |
| RGB | rgb(207, 55, 235) |
| HSL | hsl(291, 82%, 57%) |
| CMYK | cmyk(12%, 77%, 0%, 8%) |
| LAB | lab(54.0 79.3 -60.2) |
| LCH | lch(54.0 99.5 322.8) |
| OKLCH | oklch(0.639 0.267 320.8) |
Copy-ready code
/* CSS */
color: #cf37eb;
background-color: #cf37eb;
/* Tailwind (arbitrary) */
class="text-[#cf37eb] bg-[#cf37eb]"
/* SCSS */
$brand: #cf37eb;
/* SwiftUI */
Color(red: 0.812, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#cf37eb")Accessibility — WCAG contrast
Aa
#cf37eb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf37eb on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cf37eb text on a black background
contrast 5.40:1
Card sample
#cf37eb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf37eb;
Background color
Panel with #cf37eb background
background-color: #cf37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf37eb; background: linear-gradient(135deg, #cf37eb, #EB378F);