#cf6fe5
a light, vivid violet · warm · closest name: orchid
RGB
207, 111, 229
HSL
289°, 69%, 67%
CMYK
10, 52, 0, 10
Luminance
0.3029
Every format
| HEX | #cf6fe5 |
| RGB | rgb(207, 111, 229) |
| HSL | hsl(289, 69%, 67%) |
| CMYK | cmyk(10%, 52%, 0%, 10%) |
| LAB | lab(61.9 55.5 -44.3) |
| LCH | lch(61.9 71.0 321.4) |
| OKLCH | oklch(0.695 0.191 319.9) |
Copy-ready code
/* CSS */
color: #cf6fe5;
background-color: #cf6fe5;
/* Tailwind (arbitrary) */
class="text-[#cf6fe5] bg-[#cf6fe5]"
/* SCSS */
$brand: #cf6fe5;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.898)
/* Android */
Color.parseColor("#cf6fe5")Accessibility — WCAG contrast
Aa
#cf6fe5 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6fe5 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta51.5%
Yellow0.0%
Key (black)10.2%
Color previews
#cf6fe5 text on a black background
contrast 7.06:1
Card sample
#cf6fe5 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6fe5;
Background color
Panel with #cf6fe5 background
background-color: #cf6fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6fe5; background: linear-gradient(135deg, #cf6fe5, #E56FAC);