#cd7cdf
a light, vivid violet · warm · closest name: orchid
RGB
205, 124, 223
HSL
289°, 61%, 68%
CMYK
8, 44, 0, 13
Luminance
0.3272
Every format
| HEX | #cd7cdf |
| RGB | rgb(205, 124, 223) |
| HSL | hsl(289, 61%, 68%) |
| CMYK | cmyk(8%, 44%, 0%, 13%) |
| LAB | lab(63.9 47.2 -37.8) |
| LCH | lch(63.9 60.4 321.3) |
| OKLCH | oklch(0.708 0.163 320.1) |
Copy-ready code
/* CSS */
color: #cd7cdf;
background-color: #cd7cdf;
/* Tailwind (arbitrary) */
class="text-[#cd7cdf] bg-[#cd7cdf]"
/* SCSS */
$brand: #cd7cdf;
/* SwiftUI */
Color(red: 0.804, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#cd7cdf")Accessibility — WCAG contrast
Aa
#cd7cdf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7cdf on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cd7cdf text on a black background
contrast 7.54:1
Card sample
#cd7cdf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7cdf;
Background color
Panel with #cd7cdf background
background-color: #cd7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7cdf; background: linear-gradient(135deg, #cd7cdf, #DF7CAF);