#c765eb
a light, electric violet · warm · closest name: orchid
RGB
199, 101, 235
HSL
284°, 77%, 66%
CMYK
15, 57, 0, 8
Luminance
0.2745
Every format
| HEX | #c765eb |
| RGB | rgb(199, 101, 235) |
| HSL | hsl(284, 77%, 66%) |
| CMYK | cmyk(15%, 57%, 0%, 8%) |
| LAB | lab(59.4 59.5 -51.7) |
| LCH | lch(59.4 78.8 319.0) |
| OKLCH | oklch(0.675 0.208 316.0) |
Copy-ready code
/* CSS */
color: #c765eb;
background-color: #c765eb;
/* Tailwind (arbitrary) */
class="text-[#c765eb] bg-[#c765eb]"
/* SCSS */
$brand: #c765eb;
/* SwiftUI */
Color(red: 0.780, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#c765eb")Accessibility — WCAG contrast
Aa
#c765eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c765eb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green39.6%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c765eb text on a black background
contrast 6.49:1
Card sample
#c765eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c765eb;
Background color
Panel with #c765eb background
background-color: #c765eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c765eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c765eb; background: linear-gradient(135deg, #c765eb, #EB65B6);