#c79eee
a light, vivid violet · warm · closest name: plum
RGB
199, 158, 238
HSL
271°, 70%, 78%
CMYK
16, 34, 0, 7
Luminance
0.4277
Every format
| HEX | #c79eee |
| RGB | rgb(199, 158, 238) |
| HSL | hsl(271, 70%, 78%) |
| CMYK | cmyk(16%, 34%, 0%, 7%) |
| LAB | lab(71.4 30.1 -34.5) |
| LCH | lch(71.4 45.8 311.1) |
| OKLCH | oklch(0.765 0.119 307.3) |
Copy-ready code
/* CSS */
color: #c79eee;
background-color: #c79eee;
/* Tailwind (arbitrary) */
class="text-[#c79eee] bg-[#c79eee]"
/* SCSS */
$brand: #c79eee;
/* SwiftUI */
Color(red: 0.780, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c79eee")Accessibility — WCAG contrast
Aa
#c79eee on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79eee on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c79eee text on a black background
contrast 9.55:1
Card sample
#c79eee text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79eee;
Background color
Panel with #c79eee background
background-color: #c79eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79eee; background: linear-gradient(135deg, #c79eee, #EE9EE0);