#cf6bfc
a light, electric violet · warm · closest name: violet
RGB
207, 107, 252
HSL
281°, 96%, 70%
CMYK
18, 58, 0, 1
Luminance
0.3081
Every format
| HEX | #cf6bfc |
| RGB | rgb(207, 107, 252) |
| HSL | hsl(281, 96%, 70%) |
| CMYK | cmyk(18%, 58%, 0%, 1%) |
| LAB | lab(62.4 62.0 -56.3) |
| LCH | lch(62.4 83.8 317.7) |
| OKLCH | oklch(0.702 0.220 314.0) |
Copy-ready code
/* CSS */
color: #cf6bfc;
background-color: #cf6bfc;
/* Tailwind (arbitrary) */
class="text-[#cf6bfc] bg-[#cf6bfc]"
/* SCSS */
$brand: #cf6bfc;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.988)
/* Android */
Color.parseColor("#cf6bfc")Accessibility — WCAG contrast
Aa
#cf6bfc on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6bfc on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta57.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cf6bfc text on a black background
contrast 7.16:1
Card sample
#cf6bfc text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6bfc;
Background color
Panel with #cf6bfc background
background-color: #cf6bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6bfc; background: linear-gradient(135deg, #cf6bfc, #FC6BC8);