#cf00fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 0, 253
HSL
289°, 100%, 50%
CMYK
18, 100, 0, 1
Luminance
0.2036
Every format
| HEX | #cf00fd |
| RGB | rgb(207, 0, 253) |
| HSL | hsl(289, 100%, 50%) |
| CMYK | cmyk(18%, 100%, 0%, 1%) |
| LAB | lab(52.2 91.1 -73.2) |
| LCH | lch(52.2 116.8 321.2) |
| OKLCH | oklch(0.630 0.306 317.6) |
Copy-ready code
/* CSS */
color: #cf00fd;
background-color: #cf00fd;
/* Tailwind (arbitrary) */
class="text-[#cf00fd] bg-[#cf00fd]"
/* SCSS */
$brand: #cf00fd;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#cf00fd")Accessibility — WCAG contrast
Aa
#cf00fd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf00fd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cf00fd text on a black background
contrast 5.07:1
Card sample
#cf00fd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00fd;
Background color
Panel with #cf00fd background
background-color: #cf00fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00fd; background: linear-gradient(135deg, #cf00fd, #FD0082);