#cf5fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 188
HSL
310°, 54%, 59%
CMYK
0, 54, 9, 19
Luminance
0.2508
Every format
| HEX | #cf5fbc |
| RGB | rgb(207, 95, 188) |
| HSL | hsl(310, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 9%, 19%) |
| LAB | lab(57.2 55.9 -28.5) |
| LCH | lch(57.2 62.8 333.0) |
| OKLCH | oklch(0.654 0.179 334.4) |
Copy-ready code
/* CSS */
color: #cf5fbc;
background-color: #cf5fbc;
/* Tailwind (arbitrary) */
class="text-[#cf5fbc] bg-[#cf5fbc]"
/* SCSS */
$brand: #cf5fbc;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.737)
/* Android */
Color.parseColor("#cf5fbc")Accessibility — WCAG contrast
Aa
#cf5fbc on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fbc on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow9.2%
Key (black)18.8%
Color previews
#cf5fbc text on a black background
contrast 6.02:1
Card sample
#cf5fbc text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fbc;
Background color
Panel with #cf5fbc background
background-color: #cf5fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fbc; background: linear-gradient(135deg, #cf5fbc, #CF5F71);