#cd61eb
a light, electric violet · warm · closest name: orchid
RGB
205, 97, 235
HSL
287°, 78%, 65%
CMYK
13, 59, 0, 8
Luminance
0.2753
Every format
| HEX | #cd61eb |
| RGB | rgb(205, 97, 235) |
| HSL | hsl(287, 78%, 65%) |
| CMYK | cmyk(13%, 59%, 0%, 8%) |
| LAB | lab(59.5 62.8 -51.5) |
| LCH | lch(59.5 81.3 320.6) |
| OKLCH | oklch(0.677 0.216 318.4) |
Copy-ready code
/* CSS */
color: #cd61eb;
background-color: #cd61eb;
/* Tailwind (arbitrary) */
class="text-[#cd61eb] bg-[#cd61eb]"
/* SCSS */
$brand: #cd61eb;
/* SwiftUI */
Color(red: 0.804, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#cd61eb")Accessibility — WCAG contrast
Aa
#cd61eb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd61eb on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cd61eb text on a black background
contrast 6.51:1
Card sample
#cd61eb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd61eb;
Background color
Panel with #cd61eb background
background-color: #cd61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd61eb; background: linear-gradient(135deg, #cd61eb, #EB61AD);