#cf5ee2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 94, 226
HSL
291°, 70%, 63%
CMYK
8, 58, 0, 11
Luminance
0.2676
Every format
| HEX | #cf5ee2 |
| RGB | rgb(207, 94, 226) |
| HSL | hsl(291, 70%, 63%) |
| CMYK | cmyk(8%, 58%, 0%, 11%) |
| LAB | lab(58.8 63.0 -47.6) |
| LCH | lch(58.8 78.9 322.9) |
| OKLCH | oklch(0.671 0.213 321.7) |
Copy-ready code
/* CSS */
color: #cf5ee2;
background-color: #cf5ee2;
/* Tailwind (arbitrary) */
class="text-[#cf5ee2] bg-[#cf5ee2]"
/* SCSS */
$brand: #cf5ee2;
/* SwiftUI */
Color(red: 0.812, green: 0.369, blue: 0.886)
/* Android */
Color.parseColor("#cf5ee2")Accessibility — WCAG contrast
Aa
#cf5ee2 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ee2 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.9%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta58.4%
Yellow0.0%
Key (black)11.4%
Color previews
#cf5ee2 text on a black background
contrast 6.35:1
Card sample
#cf5ee2 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ee2;
Background color
Panel with #cf5ee2 background
background-color: #cf5ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 94, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 94, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ee2; background: linear-gradient(135deg, #cf5ee2, #E25E9D);