#cd69ff
a light, electric violet · warm · closest name: violet
RGB
205, 105, 255
HSL
280°, 100%, 71%
CMYK
20, 59, 0, 0
Luminance
0.3030
Every format
| HEX | #cd69ff |
| RGB | rgb(205, 105, 255) |
| HSL | hsl(280, 100%, 71%) |
| CMYK | cmyk(20%, 59%, 0%, 0%) |
| LAB | lab(61.9 63.1 -58.7) |
| LCH | lch(61.9 86.2 317.1) |
| OKLCH | oklch(0.699 0.225 312.8) |
Copy-ready code
/* CSS */
color: #cd69ff;
background-color: #cd69ff;
/* Tailwind (arbitrary) */
class="text-[#cd69ff] bg-[#cd69ff]"
/* SCSS */
$brand: #cd69ff;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#cd69ff")Accessibility — WCAG contrast
Aa
#cd69ff on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd69ff on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd69ff text on a black background
contrast 7.06:1
Card sample
#cd69ff text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd69ff;
Background color
Panel with #cd69ff background
background-color: #cd69ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd69ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd69ff; background: linear-gradient(135deg, #cd69ff, #FF69CD);