#cd7fdf
a light, vivid violet · warm · closest name: orchid
RGB
205, 127, 223
HSL
289°, 60%, 69%
CMYK
8, 43, 0, 13
Luminance
0.3349
Every format
| HEX | #cd7fdf |
| RGB | rgb(205, 127, 223) |
| HSL | hsl(289, 60%, 69%) |
| CMYK | cmyk(8%, 43%, 0%, 13%) |
| LAB | lab(64.5 45.6 -36.8) |
| LCH | lch(64.5 58.6 321.1) |
| OKLCH | oklch(0.713 0.158 319.9) |
Copy-ready code
/* CSS */
color: #cd7fdf;
background-color: #cd7fdf;
/* Tailwind (arbitrary) */
class="text-[#cd7fdf] bg-[#cd7fdf]"
/* SCSS */
$brand: #cd7fdf;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#cd7fdf")Accessibility — WCAG contrast
Aa
#cd7fdf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fdf on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cd7fdf text on a black background
contrast 7.70:1
Card sample
#cd7fdf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fdf;
Background color
Panel with #cd7fdf background
background-color: #cd7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fdf; background: linear-gradient(135deg, #cd7fdf, #DF7FB1);