#ce77ee
a light, electric violet · warm · closest name: violet
RGB
206, 119, 238
HSL
284°, 78%, 70%
CMYK
13, 50, 0, 7
Luminance
0.3249
Every format
| HEX | #ce77ee |
| RGB | rgb(206, 119, 238) |
| HSL | hsl(284, 78%, 70%) |
| CMYK | cmyk(13%, 50%, 0%, 7%) |
| LAB | lab(63.8 53.0 -46.4) |
| LCH | lch(63.8 70.4 318.8) |
| OKLCH | oklch(0.710 0.187 316.3) |
Copy-ready code
/* CSS */
color: #ce77ee;
background-color: #ce77ee;
/* Tailwind (arbitrary) */
class="text-[#ce77ee] bg-[#ce77ee]"
/* SCSS */
$brand: #ce77ee;
/* SwiftUI */
Color(red: 0.808, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#ce77ee")Accessibility — WCAG contrast
Aa
#ce77ee on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce77ee on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.7%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ce77ee text on a black background
contrast 7.50:1
Card sample
#ce77ee text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce77ee;
Background color
Panel with #ce77ee background
background-color: #ce77ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce77ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce77ee; background: linear-gradient(135deg, #ce77ee, #EE77BF);