#cf6ce6
a light, vivid violet · warm · closest name: orchid
RGB
207, 108, 230
HSL
289°, 71%, 66%
CMYK
10, 53, 0, 10
Luminance
0.2970
Every format
| HEX | #cf6ce6 |
| RGB | rgb(207, 108, 230) |
| HSL | hsl(289, 71%, 66%) |
| CMYK | cmyk(10%, 53%, 0%, 10%) |
| LAB | lab(61.4 57.2 -45.6) |
| LCH | lch(61.4 73.2 321.4) |
| OKLCH | oklch(0.691 0.196 319.8) |
Copy-ready code
/* CSS */
color: #cf6ce6;
background-color: #cf6ce6;
/* Tailwind (arbitrary) */
class="text-[#cf6ce6] bg-[#cf6ce6]"
/* SCSS */
$brand: #cf6ce6;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.902)
/* Android */
Color.parseColor("#cf6ce6")Accessibility — WCAG contrast
Aa
#cf6ce6 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ce6 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta53.0%
Yellow0.0%
Key (black)9.8%
Color previews
#cf6ce6 text on a black background
contrast 6.94:1
Card sample
#cf6ce6 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ce6;
Background color
Panel with #cf6ce6 background
background-color: #cf6ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ce6; background: linear-gradient(135deg, #cf6ce6, #E66CAC);