#cf5ade
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 222
HSL
293°, 67%, 61%
CMYK
7, 60, 0, 13
Luminance
0.2585
Every format
| HEX | #cf5ade |
| RGB | rgb(207, 90, 222) |
| HSL | hsl(293, 67%, 61%) |
| CMYK | cmyk(7%, 60%, 0%, 13%) |
| LAB | lab(57.9 64.0 -46.7) |
| LCH | lch(57.9 79.3 323.9) |
| OKLCH | oklch(0.664 0.215 323.0) |
Copy-ready code
/* CSS */
color: #cf5ade;
background-color: #cf5ade;
/* Tailwind (arbitrary) */
class="text-[#cf5ade] bg-[#cf5ade]"
/* SCSS */
$brand: #cf5ade;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#cf5ade")Accessibility — WCAG contrast
Aa
#cf5ade on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ade on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#cf5ade text on a black background
contrast 6.17:1
Card sample
#cf5ade text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ade;
Background color
Panel with #cf5ade background
background-color: #cf5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ade; background: linear-gradient(135deg, #cf5ade, #DE5A95);