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