#cf62c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 98, 194
HSL
307°, 53%, 60%
CMYK
0, 53, 6, 19
Luminance
0.2590
Every format
| HEX | #cf62c2 |
| RGB | rgb(207, 98, 194) |
| HSL | hsl(307, 53%, 60%) |
| CMYK | cmyk(0%, 53%, 6%, 19%) |
| LAB | lab(57.9 55.5 -30.8) |
| LCH | lch(57.9 63.4 331.0) |
| OKLCH | oklch(0.660 0.179 332.1) |
Copy-ready code
/* CSS */
color: #cf62c2;
background-color: #cf62c2;
/* Tailwind (arbitrary) */
class="text-[#cf62c2] bg-[#cf62c2]"
/* SCSS */
$brand: #cf62c2;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.761)
/* Android */
Color.parseColor("#cf62c2")Accessibility — WCAG contrast
Aa
#cf62c2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf62c2 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow6.3%
Key (black)18.8%
Color previews
#cf62c2 text on a black background
contrast 6.18:1
Card sample
#cf62c2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf62c2;
Background color
Panel with #cf62c2 background
background-color: #cf62c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf62c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf62c2; background: linear-gradient(135deg, #cf62c2, #CF6279);