#af65ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 101, 206
HSL
282°, 52%, 60%
CMYK
15, 51, 0, 19
Luminance
0.2288
Every format
| HEX | #af65ce |
| RGB | rgb(175, 101, 206) |
| HSL | hsl(282, 52%, 60%) |
| CMYK | cmyk(15%, 51%, 0%, 19%) |
| LAB | lab(55.0 47.3 -42.6) |
| LCH | lch(55.0 63.6 318.0) |
| OKLCH | oklch(0.631 0.168 315.1) |
Copy-ready code
/* CSS */
color: #af65ce;
background-color: #af65ce;
/* Tailwind (arbitrary) */
class="text-[#af65ce] bg-[#af65ce]"
/* SCSS */
$brand: #af65ce;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.808)
/* Android */
Color.parseColor("#af65ce")Accessibility — WCAG contrast
Aa
#af65ce on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65ce on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta51.0%
Yellow0.0%
Key (black)19.2%
Color previews
#af65ce text on a black background
contrast 5.58:1
Card sample
#af65ce text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65ce;
Background color
Panel with #af65ce background
background-color: #af65ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65ce; background: linear-gradient(135deg, #af65ce, #CE65A7);