#ce61eb
a light, electric violet · warm · closest name: orchid
RGB
206, 97, 235
HSL
287°, 78%, 65%
CMYK
12, 59, 0, 8
Luminance
0.2767
Every format
| HEX | #ce61eb |
| RGB | rgb(206, 97, 235) |
| HSL | hsl(287, 78%, 65%) |
| CMYK | cmyk(12%, 59%, 0%, 8%) |
| LAB | lab(59.6 63.1 -51.3) |
| LCH | lch(59.6 81.3 320.9) |
| OKLCH | oklch(0.678 0.217 318.7) |
Copy-ready code
/* CSS */
color: #ce61eb;
background-color: #ce61eb;
/* Tailwind (arbitrary) */
class="text-[#ce61eb] bg-[#ce61eb]"
/* SCSS */
$brand: #ce61eb;
/* SwiftUI */
Color(red: 0.808, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#ce61eb")Accessibility — WCAG contrast
Aa
#ce61eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce61eb on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green38.0%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ce61eb text on a black background
contrast 6.53:1
Card sample
#ce61eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce61eb;
Background color
Panel with #ce61eb background
background-color: #ce61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce61eb; background: linear-gradient(135deg, #ce61eb, #EB61AC);