#ce70eb
a light, electric violet · warm · closest name: violet
RGB
206, 112, 235
HSL
286°, 76%, 68%
CMYK
12, 52, 0, 8
Luminance
0.3071
Every format
| HEX | #ce70eb |
| RGB | rgb(206, 112, 235) |
| HSL | hsl(286, 76%, 68%) |
| CMYK | cmyk(12%, 52%, 0%, 8%) |
| LAB | lab(62.3 55.9 -47.1) |
| LCH | lch(62.3 73.1 319.9) |
| OKLCH | oklch(0.698 0.195 317.7) |
Copy-ready code
/* CSS */
color: #ce70eb;
background-color: #ce70eb;
/* Tailwind (arbitrary) */
class="text-[#ce70eb] bg-[#ce70eb]"
/* SCSS */
$brand: #ce70eb;
/* SwiftUI */
Color(red: 0.808, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#ce70eb")Accessibility — WCAG contrast
Aa
#ce70eb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce70eb on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce70eb text on a black background
contrast 7.14:1
Card sample
#ce70eb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce70eb;
Background color
Panel with #ce70eb background
background-color: #ce70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce70eb; background: linear-gradient(135deg, #ce70eb, #EB70B6);