#cd2eaf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 46, 175
HSL
311°, 63%, 49%
CMYK
0, 78, 15, 20
Luminance
0.1803
Every format
| HEX | #cd2eaf |
| RGB | rgb(205, 46, 175) |
| HSL | hsl(311, 63%, 49%) |
| CMYK | cmyk(0%, 78%, 15%, 20%) |
| LAB | lab(49.5 72.1 -32.9) |
| LCH | lch(49.5 79.2 335.5) |
| OKLCH | oklch(0.596 0.231 337.2) |
Copy-ready code
/* CSS */
color: #cd2eaf;
background-color: #cd2eaf;
/* Tailwind (arbitrary) */
class="text-[#cd2eaf] bg-[#cd2eaf]"
/* SCSS */
$brand: #cd2eaf;
/* SwiftUI */
Color(red: 0.804, green: 0.180, blue: 0.686)
/* Android */
Color.parseColor("#cd2eaf")Accessibility — WCAG contrast
Aa
#cd2eaf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2eaf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow14.6%
Key (black)19.6%
Color previews
#cd2eaf text on a black background
contrast 4.61:1
Card sample
#cd2eaf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2eaf;
Background color
Panel with #cd2eaf background
background-color: #cd2eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 46, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 46, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2eaf; background: linear-gradient(135deg, #cd2eaf, #CD2E45);