#cf0fff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 15, 255
HSL
288°, 100%, 53%
CMYK
19, 94, 0, 0
Luminance
0.2083
Every format
| HEX | #cf0fff |
| RGB | rgb(207, 15, 255) |
| HSL | hsl(288, 100%, 53%) |
| CMYK | cmyk(19%, 94%, 0%, 0%) |
| LAB | lab(52.8 90.3 -73.4) |
| LCH | lch(52.8 116.3 320.9) |
| OKLCH | oklch(0.634 0.304 317.0) |
Copy-ready code
/* CSS */
color: #cf0fff;
background-color: #cf0fff;
/* Tailwind (arbitrary) */
class="text-[#cf0fff] bg-[#cf0fff]"
/* SCSS */
$brand: #cf0fff;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 1.000)
/* Android */
Color.parseColor("#cf0fff")Accessibility — WCAG contrast
Aa
#cf0fff on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0fff on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta94.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cf0fff text on a black background
contrast 5.17:1
Card sample
#cf0fff text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fff;
Background color
Panel with #cf0fff background
background-color: #cf0fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fff; background: linear-gradient(135deg, #cf0fff, #FF0F8F);