#cf5bcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 91, 205
HSL
301°, 55%, 58%
CMYK
0, 56, 1, 19
Luminance
0.2516
Every format
| HEX | #cf5bcd |
| RGB | rgb(207, 91, 205) |
| HSL | hsl(301, 55%, 58%) |
| CMYK | cmyk(0%, 56%, 1%, 19%) |
| LAB | lab(57.2 60.6 -38.1) |
| LCH | lch(57.2 71.6 327.8) |
| OKLCH | oklch(0.657 0.199 328.2) |
Copy-ready code
/* CSS */
color: #cf5bcd;
background-color: #cf5bcd;
/* Tailwind (arbitrary) */
class="text-[#cf5bcd] bg-[#cf5bcd]"
/* SCSS */
$brand: #cf5bcd;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.804)
/* Android */
Color.parseColor("#cf5bcd")Accessibility — WCAG contrast
Aa
#cf5bcd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5bcd on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow1.0%
Key (black)18.8%
Color previews
#cf5bcd text on a black background
contrast 6.03:1
Card sample
#cf5bcd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5bcd;
Background color
Panel with #cf5bcd background
background-color: #cf5bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5bcd; background: linear-gradient(135deg, #cf5bcd, #CF5B80);