#cd65eb
a light, electric violet · warm · closest name: orchid
RGB
205, 101, 235
HSL
287°, 77%, 66%
CMYK
13, 57, 0, 8
Luminance
0.2828
Every format
| HEX | #cd65eb |
| RGB | rgb(205, 101, 235) |
| HSL | hsl(287, 77%, 66%) |
| CMYK | cmyk(13%, 57%, 0%, 8%) |
| LAB | lab(60.1 61.0 -50.4) |
| LCH | lch(60.1 79.1 320.4) |
| OKLCH | oklch(0.682 0.211 318.1) |
Copy-ready code
/* CSS */
color: #cd65eb;
background-color: #cd65eb;
/* Tailwind (arbitrary) */
class="text-[#cd65eb] bg-[#cd65eb]"
/* SCSS */
$brand: #cd65eb;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#cd65eb")Accessibility — WCAG contrast
Aa
#cd65eb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65eb on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cd65eb text on a black background
contrast 6.66:1
Card sample
#cd65eb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65eb;
Background color
Panel with #cd65eb background
background-color: #cd65eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65eb; background: linear-gradient(135deg, #cd65eb, #EB65B0);