#cf08fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 8, 252
HSL
289°, 98%, 51%
CMYK
18, 97, 0, 1
Luminance
0.2047
Every format
| HEX | #cf08fc |
| RGB | rgb(207, 8, 252) |
| HSL | hsl(289, 98%, 51%) |
| CMYK | cmyk(18%, 97%, 0%, 1%) |
| LAB | lab(52.4 90.3 -72.4) |
| LCH | lch(52.4 115.7 321.3) |
| OKLCH | oklch(0.631 0.304 317.7) |
Copy-ready code
/* CSS */
color: #cf08fc;
background-color: #cf08fc;
/* Tailwind (arbitrary) */
class="text-[#cf08fc] bg-[#cf08fc]"
/* SCSS */
$brand: #cf08fc;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.988)
/* Android */
Color.parseColor("#cf08fc")Accessibility — WCAG contrast
Aa
#cf08fc on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf08fc on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta96.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cf08fc text on a black background
contrast 5.09:1
Card sample
#cf08fc text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf08fc;
Background color
Panel with #cf08fc background
background-color: #cf08fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf08fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf08fc; background: linear-gradient(135deg, #cf08fc, #FC0887);