#cf7aeb
a light, vivid violet · warm · closest name: violet
RGB
207, 122, 235
HSL
285°, 74%, 70%
CMYK
12, 48, 0, 8
Luminance
0.3318
Every format
| HEX | #cf7aeb |
| RGB | rgb(207, 122, 235) |
| HSL | hsl(285, 74%, 70%) |
| CMYK | cmyk(12%, 48%, 0%, 8%) |
| LAB | lab(64.3 51.1 -43.9) |
| LCH | lch(64.3 67.4 319.4) |
| OKLCH | oklch(0.714 0.179 317.3) |
Copy-ready code
/* CSS */
color: #cf7aeb;
background-color: #cf7aeb;
/* Tailwind (arbitrary) */
class="text-[#cf7aeb] bg-[#cf7aeb]"
/* SCSS */
$brand: #cf7aeb;
/* SwiftUI */
Color(red: 0.812, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#cf7aeb")Accessibility — WCAG contrast
Aa
#cf7aeb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7aeb on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cf7aeb text on a black background
contrast 7.64:1
Card sample
#cf7aeb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7aeb;
Background color
Panel with #cf7aeb background
background-color: #cf7aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7aeb; background: linear-gradient(135deg, #cf7aeb, #EB7ABC);