#cf7ccc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 124, 204
HSL
302°, 46%, 65%
CMYK
0, 40, 1, 19
Luminance
0.3204
Every format
| HEX | #cf7ccc |
| RGB | rgb(207, 124, 204) |
| HSL | hsl(302, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 1%, 19%) |
| LAB | lab(63.4 44.2 -28.0) |
| LCH | lch(63.4 52.3 327.6) |
| OKLCH | oklch(0.702 0.145 328.3) |
Copy-ready code
/* CSS */
color: #cf7ccc;
background-color: #cf7ccc;
/* Tailwind (arbitrary) */
class="text-[#cf7ccc] bg-[#cf7ccc]"
/* SCSS */
$brand: #cf7ccc;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#cf7ccc")Accessibility — WCAG contrast
Aa
#cf7ccc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ccc on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow1.4%
Key (black)18.8%
Color previews
#cf7ccc text on a black background
contrast 7.41:1
Card sample
#cf7ccc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ccc;
Background color
Panel with #cf7ccc background
background-color: #cf7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ccc; background: linear-gradient(135deg, #cf7ccc, #CF7C95);