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