#cf7dcd
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 125, 205
HSL
302°, 46%, 65%
CMYK
0, 40, 1, 19
Luminance
0.3234
Every format
| HEX | #cf7dcd |
| RGB | rgb(207, 125, 205) |
| HSL | hsl(302, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 1%, 19%) |
| LAB | lab(63.6 43.8 -28.2) |
| LCH | lch(63.6 52.1 327.3) |
| OKLCH | oklch(0.704 0.144 327.8) |
Copy-ready code
/* CSS */
color: #cf7dcd;
background-color: #cf7dcd;
/* Tailwind (arbitrary) */
class="text-[#cf7dcd] bg-[#cf7dcd]"
/* SCSS */
$brand: #cf7dcd;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#cf7dcd")Accessibility — WCAG contrast
Aa
#cf7dcd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7dcd on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow1.0%
Key (black)18.8%
Color previews
#cf7dcd text on a black background
contrast 7.47:1
Card sample
#cf7dcd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7dcd;
Background color
Panel with #cf7dcd background
background-color: #cf7dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7dcd; background: linear-gradient(135deg, #cf7dcd, #CF7D96);