#cb69eb
a light, electric violet · warm · closest name: orchid
RGB
203, 105, 235
HSL
285°, 77%, 67%
CMYK
14, 55, 0, 8
Luminance
0.2880
Every format
| HEX | #cb69eb |
| RGB | rgb(203, 105, 235) |
| HSL | hsl(285, 77%, 67%) |
| CMYK | cmyk(14%, 55%, 0%, 8%) |
| LAB | lab(60.6 58.6 -49.7) |
| LCH | lch(60.6 76.8 319.7) |
| OKLCH | oklch(0.685 0.204 317.2) |
Copy-ready code
/* CSS */
color: #cb69eb;
background-color: #cb69eb;
/* Tailwind (arbitrary) */
class="text-[#cb69eb] bg-[#cb69eb]"
/* SCSS */
$brand: #cb69eb;
/* SwiftUI */
Color(red: 0.796, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#cb69eb")Accessibility — WCAG contrast
Aa
#cb69eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb69eb on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green41.2%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb69eb text on a black background
contrast 6.76:1
Card sample
#cb69eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb69eb;
Background color
Panel with #cb69eb background
background-color: #cb69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb69eb; background: linear-gradient(135deg, #cb69eb, #EB69B4);