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