#cd6feb
a light, electric violet · warm · closest name: orchid
RGB
205, 111, 235
HSL
286°, 76%, 68%
CMYK
13, 53, 0, 8
Luminance
0.3035
Every format
| HEX | #cd6feb |
| RGB | rgb(205, 111, 235) |
| HSL | hsl(286, 76%, 68%) |
| CMYK | cmyk(13%, 53%, 0%, 8%) |
| LAB | lab(62.0 56.1 -47.6) |
| LCH | lch(62.0 73.6 319.7) |
| OKLCH | oklch(0.696 0.196 317.4) |
Copy-ready code
/* CSS */
color: #cd6feb;
background-color: #cd6feb;
/* Tailwind (arbitrary) */
class="text-[#cd6feb] bg-[#cd6feb]"
/* SCSS */
$brand: #cd6feb;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#cd6feb")Accessibility — WCAG contrast
Aa
#cd6feb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6feb on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cd6feb text on a black background
contrast 7.07:1
Card sample
#cd6feb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6feb;
Background color
Panel with #cd6feb background
background-color: #cd6feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6feb; background: linear-gradient(135deg, #cd6feb, #EB6FB6);