#cd467f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 70, 127
HSL
335°, 57%, 54%
CMYK
0, 66, 38, 20
Luminance
0.1889
Every format
| HEX | #cd467f |
| RGB | rgb(205, 70, 127) |
| HSL | hsl(335, 57%, 54%) |
| CMYK | cmyk(0%, 66%, 38%, 20%) |
| LAB | lab(50.6 58.0 -2.7) |
| LCH | lch(50.6 58.1 357.3) |
| OKLCH | oklch(0.597 0.178 357.9) |
Copy-ready code
/* CSS */
color: #cd467f;
background-color: #cd467f;
/* Tailwind (arbitrary) */
class="text-[#cd467f] bg-[#cd467f]"
/* SCSS */
$brand: #cd467f;
/* SwiftUI */
Color(red: 0.804, green: 0.275, blue: 0.498)
/* Android */
Color.parseColor("#cd467f")Accessibility — WCAG contrast
Aa
#cd467f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd467f on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green27.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow38.0%
Key (black)19.6%
Color previews
#cd467f text on a black background
contrast 4.78:1
Card sample
#cd467f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd467f;
Background color
Panel with #cd467f background
background-color: #cd467f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd467f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 70, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 70, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd467f; background: linear-gradient(135deg, #cd467f, #CD6746);