#cd74df
a light, vivid violet · warm · closest name: orchid
RGB
205, 116, 223
HSL
290°, 63%, 67%
CMYK
8, 48, 0, 13
Luminance
0.3080
Every format
| HEX | #cd74df |
| RGB | rgb(205, 116, 223) |
| HSL | hsl(290, 63%, 67%) |
| CMYK | cmyk(8%, 48%, 0%, 13%) |
| LAB | lab(62.3 51.3 -40.3) |
| LCH | lch(62.3 65.2 321.8) |
| OKLCH | oklch(0.697 0.176 320.7) |
Copy-ready code
/* CSS */
color: #cd74df;
background-color: #cd74df;
/* Tailwind (arbitrary) */
class="text-[#cd74df] bg-[#cd74df]"
/* SCSS */
$brand: #cd74df;
/* SwiftUI */
Color(red: 0.804, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#cd74df")Accessibility — WCAG contrast
Aa
#cd74df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd74df on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.5%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cd74df text on a black background
contrast 7.16:1
Card sample
#cd74df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd74df;
Background color
Panel with #cd74df background
background-color: #cd74df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd74df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd74df; background: linear-gradient(135deg, #cd74df, #DF74AA);