#cd69fc
a light, electric violet · warm · closest name: violet
RGB
205, 105, 252
HSL
281°, 96%, 70%
CMYK
19, 58, 0, 1
Luminance
0.3011
Every format
| HEX | #cd69fc |
| RGB | rgb(205, 105, 252) |
| HSL | hsl(281, 96%, 70%) |
| CMYK | cmyk(19%, 58%, 0%, 1%) |
| LAB | lab(61.8 62.5 -57.3) |
| LCH | lch(61.8 84.8 317.5) |
| OKLCH | oklch(0.697 0.222 313.5) |
Copy-ready code
/* CSS */
color: #cd69fc;
background-color: #cd69fc;
/* Tailwind (arbitrary) */
class="text-[#cd69fc] bg-[#cd69fc]"
/* SCSS */
$brand: #cd69fc;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 0.988)
/* Android */
Color.parseColor("#cd69fc")Accessibility — WCAG contrast
Aa
#cd69fc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd69fc on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.2%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta58.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cd69fc text on a black background
contrast 7.02:1
Card sample
#cd69fc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd69fc;
Background color
Panel with #cd69fc background
background-color: #cd69fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd69fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 105, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd69fc; background: linear-gradient(135deg, #cd69fc, #FC69C9);