#cf6ae4
a light, vivid violet · warm · closest name: orchid
RGB
207, 106, 228
HSL
290°, 69%, 66%
CMYK
9, 54, 0, 11
Luminance
0.2917
Every format
| HEX | #cf6ae4 |
| RGB | rgb(207, 106, 228) |
| HSL | hsl(290, 69%, 66%) |
| CMYK | cmyk(9%, 54%, 0%, 11%) |
| LAB | lab(60.9 57.8 -45.3) |
| LCH | lch(60.9 73.4 321.9) |
| OKLCH | oklch(0.688 0.197 320.5) |
Copy-ready code
/* CSS */
color: #cf6ae4;
background-color: #cf6ae4;
/* Tailwind (arbitrary) */
class="text-[#cf6ae4] bg-[#cf6ae4]"
/* SCSS */
$brand: #cf6ae4;
/* SwiftUI */
Color(red: 0.812, green: 0.416, blue: 0.894)
/* Android */
Color.parseColor("#cf6ae4")Accessibility — WCAG contrast
Aa
#cf6ae4 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ae4 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.6%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta53.5%
Yellow0.0%
Key (black)10.6%
Color previews
#cf6ae4 text on a black background
contrast 6.83:1
Card sample
#cf6ae4 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ae4;
Background color
Panel with #cf6ae4 background
background-color: #cf6ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 106, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 106, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ae4; background: linear-gradient(135deg, #cf6ae4, #E46AA8);