#cf65eb
a light, electric violet · warm · closest name: violet
RGB
207, 101, 235
HSL
288°, 77%, 66%
CMYK
12, 57, 0, 8
Luminance
0.2857
Every format
| HEX | #cf65eb |
| RGB | rgb(207, 101, 235) |
| HSL | hsl(288, 77%, 66%) |
| CMYK | cmyk(12%, 57%, 0%, 8%) |
| LAB | lab(60.4 61.5 -50.0) |
| LCH | lch(60.4 79.3 320.9) |
| OKLCH | oklch(0.685 0.212 318.8) |
Copy-ready code
/* CSS */
color: #cf65eb;
background-color: #cf65eb;
/* Tailwind (arbitrary) */
class="text-[#cf65eb] bg-[#cf65eb]"
/* SCSS */
$brand: #cf65eb;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#cf65eb")Accessibility — WCAG contrast
Aa
#cf65eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65eb on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cf65eb text on a black background
contrast 6.71:1
Card sample
#cf65eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65eb;
Background color
Panel with #cf65eb background
background-color: #cf65eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65eb; background: linear-gradient(135deg, #cf65eb, #EB65AE);