#cf62ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 98, 186
HSL
312°, 53%, 60%
CMYK
0, 53, 10, 19
Luminance
0.2555
Every format
| HEX | #cf62ba |
| RGB | rgb(207, 98, 186) |
| HSL | hsl(312, 53%, 60%) |
| CMYK | cmyk(0%, 53%, 10%, 19%) |
| LAB | lab(57.6 54.2 -26.7) |
| LCH | lch(57.6 60.4 333.8) |
| OKLCH | oklch(0.657 0.173 335.3) |
Copy-ready code
/* CSS */
color: #cf62ba;
background-color: #cf62ba;
/* Tailwind (arbitrary) */
class="text-[#cf62ba] bg-[#cf62ba]"
/* SCSS */
$brand: #cf62ba;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.729)
/* Android */
Color.parseColor("#cf62ba")Accessibility — WCAG contrast
Aa
#cf62ba on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf62ba on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cf62ba text on a black background
contrast 6.11:1
Card sample
#cf62ba text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf62ba;
Background color
Panel with #cf62ba background
background-color: #cf62ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf62ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf62ba; background: linear-gradient(135deg, #cf62ba, #CF6271);