#cf4fff
a light, electric violet · warm · closest name: magenta
RGB
207, 79, 255
HSL
284°, 100%, 66%
CMYK
19, 69, 0, 0
Luminance
0.2608
Every format
| HEX | #cf4fff |
| RGB | rgb(207, 79, 255) |
| HSL | hsl(284, 100%, 66%) |
| CMYK | cmyk(19%, 69%, 0%, 0%) |
| LAB | lab(58.1 74.7 -64.8) |
| LCH | lch(58.1 98.9 319.1) |
| OKLCH | oklch(0.672 0.259 315.2) |
Copy-ready code
/* CSS */
color: #cf4fff;
background-color: #cf4fff;
/* Tailwind (arbitrary) */
class="text-[#cf4fff] bg-[#cf4fff]"
/* SCSS */
$brand: #cf4fff;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#cf4fff")Accessibility — WCAG contrast
Aa
#cf4fff on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fff on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cf4fff text on a black background
contrast 6.22:1
Card sample
#cf4fff text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fff;
Background color
Panel with #cf4fff background
background-color: #cf4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fff; background: linear-gradient(135deg, #cf4fff, #FF4FBA);