#cf77eb
a light, vivid violet · warm · closest name: violet
RGB
207, 119, 235
HSL
286°, 74%, 69%
CMYK
12, 49, 0, 8
Luminance
0.3246
Every format
| HEX | #cf77eb |
| RGB | rgb(207, 119, 235) |
| HSL | hsl(286, 74%, 69%) |
| CMYK | cmyk(12%, 49%, 0%, 8%) |
| LAB | lab(63.7 52.7 -44.8) |
| LCH | lch(63.7 69.1 319.6) |
| OKLCH | oklch(0.709 0.184 317.5) |
Copy-ready code
/* CSS */
color: #cf77eb;
background-color: #cf77eb;
/* Tailwind (arbitrary) */
class="text-[#cf77eb] bg-[#cf77eb]"
/* SCSS */
$brand: #cf77eb;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#cf77eb")Accessibility — WCAG contrast
Aa
#cf77eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77eb on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cf77eb text on a black background
contrast 7.49:1
Card sample
#cf77eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77eb;
Background color
Panel with #cf77eb background
background-color: #cf77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77eb; background: linear-gradient(135deg, #cf77eb, #EB77BA);