#cd67df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 103, 223
HSL
291°, 65%, 64%
CMYK
8, 54, 0, 13
Luminance
0.2801
Every format
| HEX | #cd67df |
| RGB | rgb(205, 103, 223) |
| HSL | hsl(291, 65%, 64%) |
| CMYK | cmyk(8%, 54%, 0%, 13%) |
| LAB | lab(59.9 57.7 -44.1) |
| LCH | lch(59.9 72.7 322.6) |
| OKLCH | oklch(0.678 0.196 321.4) |
Copy-ready code
/* CSS */
color: #cd67df;
background-color: #cd67df;
/* Tailwind (arbitrary) */
class="text-[#cd67df] bg-[#cd67df]"
/* SCSS */
$brand: #cd67df;
/* SwiftUI */
Color(red: 0.804, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#cd67df")Accessibility — WCAG contrast
Aa
#cd67df on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd67df on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.4%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cd67df text on a black background
contrast 6.60:1
Card sample
#cd67df text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd67df;
Background color
Panel with #cd67df background
background-color: #cd67df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd67df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd67df; background: linear-gradient(135deg, #cd67df, #DF67A1);