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