#cf6ffc
a light, electric violet · warm · closest name: violet
RGB
207, 111, 252
HSL
281°, 96%, 71%
CMYK
18, 56, 0, 1
Luminance
0.3166
Every format
| HEX | #cf6ffc |
| RGB | rgb(207, 111, 252) |
| HSL | hsl(281, 96%, 71%) |
| CMYK | cmyk(18%, 56%, 0%, 1%) |
| LAB | lab(63.1 60.1 -55.2) |
| LCH | lch(63.1 81.6 317.4) |
| OKLCH | oklch(0.707 0.214 313.7) |
Copy-ready code
/* CSS */
color: #cf6ffc;
background-color: #cf6ffc;
/* Tailwind (arbitrary) */
class="text-[#cf6ffc] bg-[#cf6ffc]"
/* SCSS */
$brand: #cf6ffc;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.988)
/* Android */
Color.parseColor("#cf6ffc")Accessibility — WCAG contrast
Aa
#cf6ffc on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6ffc on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta56.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cf6ffc text on a black background
contrast 7.33:1
Card sample
#cf6ffc text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ffc;
Background color
Panel with #cf6ffc background
background-color: #cf6ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ffc; background: linear-gradient(135deg, #cf6ffc, #FC6FCB);