#cd6fff
a light, electric violet · warm · closest name: violet
RGB
205, 111, 255
HSL
279°, 100%, 72%
CMYK
20, 57, 0, 0
Luminance
0.3157
Every format
| HEX | #cd6fff |
| RGB | rgb(205, 111, 255) |
| HSL | hsl(279, 100%, 72%) |
| CMYK | cmyk(20%, 57%, 0%, 0%) |
| LAB | lab(63.0 60.2 -57.0) |
| LCH | lch(63.0 82.9 316.6) |
| OKLCH | oklch(0.707 0.216 312.3) |
Copy-ready code
/* CSS */
color: #cd6fff;
background-color: #cd6fff;
/* Tailwind (arbitrary) */
class="text-[#cd6fff] bg-[#cd6fff]"
/* SCSS */
$brand: #cd6fff;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#cd6fff")Accessibility — WCAG contrast
Aa
#cd6fff on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6fff on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cd6fff text on a black background
contrast 7.31:1
Card sample
#cd6fff text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fff;
Background color
Panel with #cd6fff background
background-color: #cd6fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fff; background: linear-gradient(135deg, #cd6fff, #FF6FD1);