#cf5fe4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 228
HSL
291°, 71%, 63%
CMYK
9, 58, 0, 11
Luminance
0.2705
Every format
| HEX | #cf5fe4 |
| RGB | rgb(207, 95, 228) |
| HSL | hsl(291, 71%, 63%) |
| CMYK | cmyk(9%, 58%, 0%, 11%) |
| LAB | lab(59.0 62.9 -48.3) |
| LCH | lch(59.0 79.3 322.5) |
| OKLCH | oklch(0.673 0.214 321.1) |
Copy-ready code
/* CSS */
color: #cf5fe4;
background-color: #cf5fe4;
/* Tailwind (arbitrary) */
class="text-[#cf5fe4] bg-[#cf5fe4]"
/* SCSS */
$brand: #cf5fe4;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.894)
/* Android */
Color.parseColor("#cf5fe4")Accessibility — WCAG contrast
Aa
#cf5fe4 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fe4 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta58.3%
Yellow0.0%
Key (black)10.6%
Color previews
#cf5fe4 text on a black background
contrast 6.41:1
Card sample
#cf5fe4 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fe4;
Background color
Panel with #cf5fe4 background
background-color: #cf5fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fe4; background: linear-gradient(135deg, #cf5fe4, #E45FA0);