#cf6fe0
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 111, 224
HSL
291°, 65%, 66%
CMYK
8, 50, 0, 12
Luminance
0.3002
Every format
| HEX | #cf6fe0 |
| RGB | rgb(207, 111, 224) |
| HSL | hsl(291, 65%, 66%) |
| CMYK | cmyk(8%, 50%, 0%, 12%) |
| LAB | lab(61.7 54.5 -41.9) |
| LCH | lch(61.7 68.8 322.5) |
| OKLCH | oklch(0.692 0.186 321.4) |
Copy-ready code
/* CSS */
color: #cf6fe0;
background-color: #cf6fe0;
/* Tailwind (arbitrary) */
class="text-[#cf6fe0] bg-[#cf6fe0]"
/* SCSS */
$brand: #cf6fe0;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.878)
/* Android */
Color.parseColor("#cf6fe0")Accessibility — WCAG contrast
Aa
#cf6fe0 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6fe0 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta50.4%
Yellow0.0%
Key (black)12.2%
Color previews
#cf6fe0 text on a black background
contrast 7.00:1
Card sample
#cf6fe0 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6fe0;
Background color
Panel with #cf6fe0 background
background-color: #cf6fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6fe0; background: linear-gradient(135deg, #cf6fe0, #E06FA6);