#cf5f9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 155
HSL
328°, 54%, 59%
CMYK
0, 54, 25, 19
Luminance
0.2382
Every format
| HEX | #cf5f9b |
| RGB | rgb(207, 95, 155) |
| HSL | hsl(328, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 25%, 19%) |
| LAB | lab(55.9 51.0 -11.3) |
| LCH | lch(55.9 52.2 347.5) |
| OKLCH | oklch(0.640 0.156 349.1) |
Copy-ready code
/* CSS */
color: #cf5f9b;
background-color: #cf5f9b;
/* Tailwind (arbitrary) */
class="text-[#cf5f9b] bg-[#cf5f9b]"
/* SCSS */
$brand: #cf5f9b;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.608)
/* Android */
Color.parseColor("#cf5f9b")Accessibility — WCAG contrast
Aa
#cf5f9b on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5f9b on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow25.1%
Key (black)18.8%
Color previews
#cf5f9b text on a black background
contrast 5.76:1
Card sample
#cf5f9b text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5f9b;
Background color
Panel with #cf5f9b background
background-color: #cf5f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5f9b; background: linear-gradient(135deg, #cf5f9b, #CF6E5F);