#cf6cef
a light, electric violet · warm · closest name: violet
RGB
207, 108, 239
HSL
285°, 80%, 68%
CMYK
13, 55, 0, 6
Luminance
0.3022
Every format
| HEX | #cf6cef |
| RGB | rgb(207, 108, 239) |
| HSL | hsl(285, 80%, 68%) |
| CMYK | cmyk(13%, 55%, 0%, 6%) |
| LAB | lab(61.9 58.9 -50.0) |
| LCH | lch(61.9 77.2 319.7) |
| OKLCH | oklch(0.696 0.205 317.3) |
Copy-ready code
/* CSS */
color: #cf6cef;
background-color: #cf6cef;
/* Tailwind (arbitrary) */
class="text-[#cf6cef] bg-[#cf6cef]"
/* SCSS */
$brand: #cf6cef;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#cf6cef")Accessibility — WCAG contrast
Aa
#cf6cef on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6cef on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cf6cef text on a black background
contrast 7.04:1
Card sample
#cf6cef text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cef;
Background color
Panel with #cf6cef background
background-color: #cf6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cef; background: linear-gradient(135deg, #cf6cef, #EF6CB8);