#c565db
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 101, 219
HSL
289°, 62%, 63%
CMYK
10, 54, 0, 14
Luminance
0.2629
Every format
| HEX | #c565db |
| RGB | rgb(197, 101, 219) |
| HSL | hsl(289, 62%, 63%) |
| CMYK | cmyk(10%, 54%, 0%, 14%) |
| LAB | lab(58.3 55.8 -44.4) |
| LCH | lch(58.3 71.3 321.5) |
| OKLCH | oklch(0.664 0.192 319.9) |
Copy-ready code
/* CSS */
color: #c565db;
background-color: #c565db;
/* Tailwind (arbitrary) */
class="text-[#c565db] bg-[#c565db]"
/* SCSS */
$brand: #c565db;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.859)
/* Android */
Color.parseColor("#c565db")Accessibility — WCAG contrast
Aa
#c565db on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c565db on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue85.9%
CMYK percentages
Cyan10.0%
Magenta53.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c565db text on a black background
contrast 6.26:1
Card sample
#c565db text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c565db;
Background color
Panel with #c565db background
background-color: #c565db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c565db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c565db; background: linear-gradient(135deg, #c565db, #DB65A2);