#cf5abb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 187
HSL
310°, 55%, 58%
CMYK
0, 57, 10, 19
Luminance
0.2417
Every format
| HEX | #cf5abb |
| RGB | rgb(207, 90, 187) |
| HSL | hsl(310, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 10%, 19%) |
| LAB | lab(56.3 58.0 -29.4) |
| LCH | lch(56.3 65.0 333.2) |
| OKLCH | oklch(0.647 0.186 334.6) |
Copy-ready code
/* CSS */
color: #cf5abb;
background-color: #cf5abb;
/* Tailwind (arbitrary) */
class="text-[#cf5abb] bg-[#cf5abb]"
/* SCSS */
$brand: #cf5abb;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.733)
/* Android */
Color.parseColor("#cf5abb")Accessibility — WCAG contrast
Aa
#cf5abb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5abb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow9.7%
Key (black)18.8%
Color previews
#cf5abb text on a black background
contrast 5.83:1
Card sample
#cf5abb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5abb;
Background color
Panel with #cf5abb background
background-color: #cf5abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5abb; background: linear-gradient(135deg, #cf5abb, #CF5A6D);