#cf6ade
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 106, 222
HSL
292°, 64%, 64%
CMYK
7, 52, 0, 13
Luminance
0.2885
Every format
| HEX | #cf6ade |
| RGB | rgb(207, 106, 222) |
| HSL | hsl(292, 64%, 64%) |
| CMYK | cmyk(7%, 52%, 0%, 13%) |
| LAB | lab(60.6 56.6 -42.4) |
| LCH | lch(60.6 70.7 323.2) |
| OKLCH | oklch(0.684 0.192 322.3) |
Copy-ready code
/* CSS */
color: #cf6ade;
background-color: #cf6ade;
/* Tailwind (arbitrary) */
class="text-[#cf6ade] bg-[#cf6ade]"
/* SCSS */
$brand: #cf6ade;
/* SwiftUI */
Color(red: 0.812, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#cf6ade")Accessibility — WCAG contrast
Aa
#cf6ade on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ade on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.6%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#cf6ade text on a black background
contrast 6.77:1
Card sample
#cf6ade text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ade;
Background color
Panel with #cf6ade background
background-color: #cf6ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ade; background: linear-gradient(135deg, #cf6ade, #DE6AA0);