#cd6fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 111, 211
HSL
296°, 53%, 63%
CMYK
3, 47, 0, 17
Luminance
0.2905
Every format
| HEX | #cd6fd3 |
| RGB | rgb(205, 111, 211) |
| HSL | hsl(296, 53%, 63%) |
| CMYK | cmyk(3%, 47%, 0%, 17%) |
| LAB | lab(60.8 51.5 -35.9) |
| LCH | lch(60.8 62.8 325.1) |
| OKLCH | oklch(0.684 0.172 325.0) |
Copy-ready code
/* CSS */
color: #cd6fd3;
background-color: #cd6fd3;
/* Tailwind (arbitrary) */
class="text-[#cd6fd3] bg-[#cd6fd3]"
/* SCSS */
$brand: #cd6fd3;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#cd6fd3")Accessibility — WCAG contrast
Aa
#cd6fd3 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fd3 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue82.7%
CMYK percentages
Cyan2.8%
Magenta47.4%
Yellow0.0%
Key (black)17.3%
Color previews
#cd6fd3 text on a black background
contrast 6.81:1
Card sample
#cd6fd3 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fd3;
Background color
Panel with #cd6fd3 background
background-color: #cd6fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fd3; background: linear-gradient(135deg, #cd6fd3, #D36F96);