#cf79ee
a light, electric violet · warm · closest name: violet
RGB
207, 121, 238
HSL
284°, 78%, 70%
CMYK
13, 49, 0, 7
Luminance
0.3311
Every format
| HEX | #cf79ee |
| RGB | rgb(207, 121, 238) |
| HSL | hsl(284, 78%, 70%) |
| CMYK | cmyk(13%, 49%, 0%, 7%) |
| LAB | lab(64.3 52.3 -45.6) |
| LCH | lch(64.3 69.3 318.9) |
| OKLCH | oklch(0.714 0.184 316.5) |
Copy-ready code
/* CSS */
color: #cf79ee;
background-color: #cf79ee;
/* Tailwind (arbitrary) */
class="text-[#cf79ee] bg-[#cf79ee]"
/* SCSS */
$brand: #cf79ee;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.933)
/* Android */
Color.parseColor("#cf79ee")Accessibility — WCAG contrast
Aa
#cf79ee on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf79ee on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta49.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cf79ee text on a black background
contrast 7.62:1
Card sample
#cf79ee text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf79ee;
Background color
Panel with #cf79ee background
background-color: #cf79ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf79ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf79ee; background: linear-gradient(135deg, #cf79ee, #EE79BF);