#cd7ecf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
205, 126, 207
HSL
299°, 46%, 65%
CMYK
1, 39, 0, 19
Luminance
0.3241
Every format
| HEX | #cd7ecf |
| RGB | rgb(205, 126, 207) |
| HSL | hsl(299, 46%, 65%) |
| CMYK | cmyk(1%, 39%, 0%, 19%) |
| LAB | lab(63.7 43.0 -29.3) |
| LCH | lch(63.7 52.0 325.8) |
| OKLCH | oklch(0.704 0.143 326.1) |
Copy-ready code
/* CSS */
color: #cd7ecf;
background-color: #cd7ecf;
/* Tailwind (arbitrary) */
class="text-[#cd7ecf] bg-[#cd7ecf]"
/* SCSS */
$brand: #cd7ecf;
/* SwiftUI */
Color(red: 0.804, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#cd7ecf")Accessibility — WCAG contrast
Aa
#cd7ecf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7ecf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.4%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta39.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cd7ecf text on a black background
contrast 7.48:1
Card sample
#cd7ecf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7ecf;
Background color
Panel with #cd7ecf background
background-color: #cd7ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7ecf; background: linear-gradient(135deg, #cd7ecf, #CF7E9B);