#ce75eb
a light, vivid violet · warm · closest name: violet
RGB
206, 117, 235
HSL
285°, 75%, 69%
CMYK
12, 50, 0, 8
Luminance
0.3184
Every format
| HEX | #ce75eb |
| RGB | rgb(206, 117, 235) |
| HSL | hsl(285, 75%, 69%) |
| CMYK | cmyk(12%, 50%, 0%, 8%) |
| LAB | lab(63.2 53.4 -45.6) |
| LCH | lch(63.2 70.2 319.5) |
| OKLCH | oklch(0.705 0.187 317.3) |
Copy-ready code
/* CSS */
color: #ce75eb;
background-color: #ce75eb;
/* Tailwind (arbitrary) */
class="text-[#ce75eb] bg-[#ce75eb]"
/* SCSS */
$brand: #ce75eb;
/* SwiftUI */
Color(red: 0.808, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#ce75eb")Accessibility — WCAG contrast
Aa
#ce75eb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce75eb on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green45.9%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ce75eb text on a black background
contrast 7.37:1
Card sample
#ce75eb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce75eb;
Background color
Panel with #ce75eb background
background-color: #ce75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce75eb; background: linear-gradient(135deg, #ce75eb, #EB75B9);