#cd5fdb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 219
HSL
293°, 63%, 62%
CMYK
6, 57, 0, 14
Luminance
0.2628
Every format
| HEX | #cd5fdb |
| RGB | rgb(205, 95, 219) |
| HSL | hsl(293, 63%, 62%) |
| CMYK | cmyk(6%, 57%, 0%, 14%) |
| LAB | lab(58.3 60.7 -44.4) |
| LCH | lch(58.3 75.2 323.8) |
| OKLCH | oklch(0.666 0.204 323.0) |
Copy-ready code
/* CSS */
color: #cd5fdb;
background-color: #cd5fdb;
/* Tailwind (arbitrary) */
class="text-[#cd5fdb] bg-[#cd5fdb]"
/* SCSS */
$brand: #cd5fdb;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#cd5fdb")Accessibility — WCAG contrast
Aa
#cd5fdb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fdb on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta56.6%
Yellow0.0%
Key (black)14.1%
Color previews
#cd5fdb text on a black background
contrast 6.26:1
Card sample
#cd5fdb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fdb;
Background color
Panel with #cd5fdb background
background-color: #cd5fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fdb; background: linear-gradient(135deg, #cd5fdb, #DB5F96);