#cf5ce5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 229
HSL
290°, 73%, 63%
CMYK
10, 60, 0, 10
Luminance
0.2658
Every format
| HEX | #cf5ce5 |
| RGB | rgb(207, 92, 229) |
| HSL | hsl(290, 73%, 63%) |
| CMYK | cmyk(10%, 60%, 0%, 10%) |
| LAB | lab(58.6 64.4 -49.5) |
| LCH | lch(58.6 81.3 322.4) |
| OKLCH | oklch(0.670 0.219 320.9) |
Copy-ready code
/* CSS */
color: #cf5ce5;
background-color: #cf5ce5;
/* Tailwind (arbitrary) */
class="text-[#cf5ce5] bg-[#cf5ce5]"
/* SCSS */
$brand: #cf5ce5;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.898)
/* Android */
Color.parseColor("#cf5ce5")Accessibility — WCAG contrast
Aa
#cf5ce5 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ce5 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta59.8%
Yellow0.0%
Key (black)10.2%
Color previews
#cf5ce5 text on a black background
contrast 6.32:1
Card sample
#cf5ce5 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ce5;
Background color
Panel with #cf5ce5 background
background-color: #cf5ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ce5; background: linear-gradient(135deg, #cf5ce5, #E55C9F);