#cd4feb
a balanced, electric violet · warm · closest name: orchid
RGB
205, 79, 235
HSL
289°, 80%, 62%
CMYK
13, 66, 0, 8
Luminance
0.2457
Every format
| HEX | #cd4feb |
| RGB | rgb(205, 79, 235) |
| HSL | hsl(289, 80%, 62%) |
| CMYK | cmyk(13%, 66%, 0%, 8%) |
| LAB | lab(56.7 70.6 -56.0) |
| LCH | lch(56.7 90.1 321.6) |
| OKLCH | oklch(0.657 0.240 319.3) |
Copy-ready code
/* CSS */
color: #cd4feb;
background-color: #cd4feb;
/* Tailwind (arbitrary) */
class="text-[#cd4feb] bg-[#cd4feb]"
/* SCSS */
$brand: #cd4feb;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#cd4feb")Accessibility — WCAG contrast
Aa
#cd4feb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4feb on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cd4feb text on a black background
contrast 5.91:1
Card sample
#cd4feb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4feb;
Background color
Panel with #cd4feb background
background-color: #cd4feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4feb; background: linear-gradient(135deg, #cd4feb, #EB4FA1);