#cf6ce9
a light, vivid violet · warm · closest name: orchid
RGB
207, 108, 233
HSL
288°, 74%, 67%
CMYK
11, 54, 0, 9
Luminance
0.2987
Every format
| HEX | #cf6ce9 |
| RGB | rgb(207, 108, 233) |
| HSL | hsl(288, 74%, 67%) |
| CMYK | cmyk(11%, 54%, 0%, 9%) |
| LAB | lab(61.5 57.7 -47.1) |
| LCH | lch(61.5 74.5 320.8) |
| OKLCH | oklch(0.693 0.199 318.9) |
Copy-ready code
/* CSS */
color: #cf6ce9;
background-color: #cf6ce9;
/* Tailwind (arbitrary) */
class="text-[#cf6ce9] bg-[#cf6ce9]"
/* SCSS */
$brand: #cf6ce9;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.914)
/* Android */
Color.parseColor("#cf6ce9")Accessibility — WCAG contrast
Aa
#cf6ce9 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ce9 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta53.6%
Yellow0.0%
Key (black)8.6%
Color previews
#cf6ce9 text on a black background
contrast 6.97:1
Card sample
#cf6ce9 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ce9;
Background color
Panel with #cf6ce9 background
background-color: #cf6ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ce9; background: linear-gradient(135deg, #cf6ce9, #E96CB0);