#cf76ee
a light, electric violet · warm · closest name: violet
RGB
207, 118, 238
HSL
285°, 78%, 70%
CMYK
13, 50, 0, 7
Luminance
0.3240
Every format
| HEX | #cf76ee |
| RGB | rgb(207, 118, 238) |
| HSL | hsl(285, 78%, 70%) |
| CMYK | cmyk(13%, 50%, 0%, 7%) |
| LAB | lab(63.7 53.8 -46.5) |
| LCH | lch(63.7 71.1 319.1) |
| OKLCH | oklch(0.709 0.189 316.8) |
Copy-ready code
/* CSS */
color: #cf76ee;
background-color: #cf76ee;
/* Tailwind (arbitrary) */
class="text-[#cf76ee] bg-[#cf76ee]"
/* SCSS */
$brand: #cf76ee;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.933)
/* Android */
Color.parseColor("#cf76ee")Accessibility — WCAG contrast
Aa
#cf76ee on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76ee on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta50.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cf76ee text on a black background
contrast 7.48:1
Card sample
#cf76ee text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76ee;
Background color
Panel with #cf76ee background
background-color: #cf76ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76ee; background: linear-gradient(135deg, #cf76ee, #EE76BD);