#cf6afd
a light, electric violet · warm · closest name: violet
RGB
207, 106, 253
HSL
281°, 97%, 70%
CMYK
18, 58, 0, 1
Luminance
0.3067
Every format
| HEX | #cf6afd |
| RGB | rgb(207, 106, 253) |
| HSL | hsl(281, 97%, 70%) |
| CMYK | cmyk(18%, 58%, 0%, 1%) |
| LAB | lab(62.2 62.7 -57.1) |
| LCH | lch(62.2 84.8 317.7) |
| OKLCH | oklch(0.701 0.222 313.9) |
Copy-ready code
/* CSS */
color: #cf6afd;
background-color: #cf6afd;
/* Tailwind (arbitrary) */
class="text-[#cf6afd] bg-[#cf6afd]"
/* SCSS */
$brand: #cf6afd;
/* SwiftUI */
Color(red: 0.812, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#cf6afd")Accessibility — WCAG contrast
Aa
#cf6afd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6afd on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.6%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf6afd text on a black background
contrast 7.13:1
Card sample
#cf6afd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6afd;
Background color
Panel with #cf6afd background
background-color: #cf6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6afd; background: linear-gradient(135deg, #cf6afd, #FD6AC9);