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