#cf66eb
a light, electric violet · warm · closest name: violet
RGB
207, 102, 235
HSL
287°, 77%, 66%
CMYK
12, 57, 0, 8
Luminance
0.2877
Every format
| HEX | #cf66eb |
| RGB | rgb(207, 102, 235) |
| HSL | hsl(287, 77%, 66%) |
| CMYK | cmyk(12%, 57%, 0%, 8%) |
| LAB | lab(60.6 61.0 -49.7) |
| LCH | lch(60.6 78.7 320.8) |
| OKLCH | oklch(0.686 0.210 318.7) |
Copy-ready code
/* CSS */
color: #cf66eb;
background-color: #cf66eb;
/* Tailwind (arbitrary) */
class="text-[#cf66eb] bg-[#cf66eb]"
/* SCSS */
$brand: #cf66eb;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#cf66eb")Accessibility — WCAG contrast
Aa
#cf66eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf66eb on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cf66eb text on a black background
contrast 6.75:1
Card sample
#cf66eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf66eb;
Background color
Panel with #cf66eb background
background-color: #cf66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf66eb; background: linear-gradient(135deg, #cf66eb, #EB66AE);