#cf2fff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 47, 255
HSL
286°, 100%, 59%
CMYK
19, 82, 0, 0
Luminance
0.2252
Every format
| HEX | #cf2fff |
| RGB | rgb(207, 47, 255) |
| HSL | hsl(286, 100%, 59%) |
| CMYK | cmyk(19%, 82%, 0%, 0%) |
| LAB | lab(54.6 84.9 -70.5) |
| LCH | lch(54.6 110.3 320.3) |
| OKLCH | oklch(0.647 0.289 316.4) |
Copy-ready code
/* CSS */
color: #cf2fff;
background-color: #cf2fff;
/* Tailwind (arbitrary) */
class="text-[#cf2fff] bg-[#cf2fff]"
/* SCSS */
$brand: #cf2fff;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#cf2fff")Accessibility — WCAG contrast
Aa
#cf2fff on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fff on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cf2fff text on a black background
contrast 5.50:1
Card sample
#cf2fff text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fff;
Background color
Panel with #cf2fff background
background-color: #cf2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fff; background: linear-gradient(135deg, #cf2fff, #FF2FA4);