#cf09eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 9, 235
HSL
293°, 93%, 48%
CMYK
12, 96, 0, 8
Luminance
0.1946
Every format
| HEX | #cf09eb |
| RGB | rgb(207, 9, 235) |
| HSL | hsl(293, 93%, 48%) |
| CMYK | cmyk(12%, 96%, 0%, 8%) |
| LAB | lab(51.2 87.5 -64.7) |
| LCH | lch(51.2 108.8 323.5) |
| OKLCH | oklch(0.619 0.292 321.5) |
Copy-ready code
/* CSS */
color: #cf09eb;
background-color: #cf09eb;
/* Tailwind (arbitrary) */
class="text-[#cf09eb] bg-[#cf09eb]"
/* SCSS */
$brand: #cf09eb;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#cf09eb")Accessibility — WCAG contrast
Aa
#cf09eb on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf09eb on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cf09eb text on a black background
contrast 4.89:1
Card sample
#cf09eb text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf09eb;
Background color
Panel with #cf09eb background
background-color: #cf09eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf09eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf09eb; background: linear-gradient(135deg, #cf09eb, #EB0970);