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