#cf5ab4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 180
HSL
314°, 55%, 58%
CMYK
0, 57, 13, 19
Luminance
0.2387
Every format
| HEX | #cf5ab4 |
| RGB | rgb(207, 90, 180) |
| HSL | hsl(314, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 13%, 19%) |
| LAB | lab(56.0 57.0 -25.8) |
| LCH | lch(56.0 62.5 335.6) |
| OKLCH | oklch(0.644 0.181 337.3) |
Copy-ready code
/* CSS */
color: #cf5ab4;
background-color: #cf5ab4;
/* Tailwind (arbitrary) */
class="text-[#cf5ab4] bg-[#cf5ab4]"
/* SCSS */
$brand: #cf5ab4;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.706)
/* Android */
Color.parseColor("#cf5ab4")Accessibility — WCAG contrast
Aa
#cf5ab4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ab4 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow13.0%
Key (black)18.8%
Color previews
#cf5ab4 text on a black background
contrast 5.77:1
Card sample
#cf5ab4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ab4;
Background color
Panel with #cf5ab4 background
background-color: #cf5ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ab4; background: linear-gradient(135deg, #cf5ab4, #CF5A66);