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