#ce69eb
a light, electric violet · warm · closest name: orchid
RGB
206, 105, 235
HSL
287°, 77%, 67%
CMYK
12, 55, 0, 8
Luminance
0.2922
Every format
| HEX | #ce69eb |
| RGB | rgb(206, 105, 235) |
| HSL | hsl(287, 77%, 67%) |
| CMYK | cmyk(12%, 55%, 0%, 8%) |
| LAB | lab(61.0 59.3 -49.1) |
| LCH | lch(61.0 77.0 320.4) |
| OKLCH | oklch(0.689 0.205 318.2) |
Copy-ready code
/* CSS */
color: #ce69eb;
background-color: #ce69eb;
/* Tailwind (arbitrary) */
class="text-[#ce69eb] bg-[#ce69eb]"
/* SCSS */
$brand: #ce69eb;
/* SwiftUI */
Color(red: 0.808, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#ce69eb")Accessibility — WCAG contrast
Aa
#ce69eb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce69eb on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green41.2%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce69eb text on a black background
contrast 6.84:1
Card sample
#ce69eb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce69eb;
Background color
Panel with #ce69eb background
background-color: #ce69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce69eb; background: linear-gradient(135deg, #ce69eb, #EB69B1);