#cd69eb
a light, electric violet · warm · closest name: orchid
RGB
205, 105, 235
HSL
286°, 77%, 67%
CMYK
13, 55, 0, 8
Luminance
0.2908
Every format
| HEX | #cd69eb |
| RGB | rgb(205, 105, 235) |
| HSL | hsl(286, 77%, 67%) |
| CMYK | cmyk(13%, 55%, 0%, 8%) |
| LAB | lab(60.9 59.1 -49.3) |
| LCH | lch(60.9 77.0 320.1) |
| OKLCH | oklch(0.688 0.205 317.9) |
Copy-ready code
/* CSS */
color: #cd69eb;
background-color: #cd69eb;
/* Tailwind (arbitrary) */
class="text-[#cd69eb] bg-[#cd69eb]"
/* SCSS */
$brand: #cd69eb;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#cd69eb")Accessibility — WCAG contrast
Aa
#cd69eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd69eb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.2%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cd69eb text on a black background
contrast 6.82:1
Card sample
#cd69eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd69eb;
Background color
Panel with #cd69eb background
background-color: #cd69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd69eb; background: linear-gradient(135deg, #cd69eb, #EB69B2);