#af65cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 101, 205
HSL
283°, 51%, 60%
CMYK
15, 51, 0, 20
Luminance
0.2283
Every format
| HEX | #af65cd |
| RGB | rgb(175, 101, 205) |
| HSL | hsl(283, 51%, 60%) |
| CMYK | cmyk(15%, 51%, 0%, 20%) |
| LAB | lab(54.9 47.1 -42.1) |
| LCH | lch(54.9 63.1 318.2) |
| OKLCH | oklch(0.631 0.167 315.4) |
Copy-ready code
/* CSS */
color: #af65cd;
background-color: #af65cd;
/* Tailwind (arbitrary) */
class="text-[#af65cd] bg-[#af65cd]"
/* SCSS */
$brand: #af65cd;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.804)
/* Android */
Color.parseColor("#af65cd")Accessibility — WCAG contrast
Aa
#af65cd on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65cd on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta50.7%
Yellow0.0%
Key (black)19.6%
Color previews
#af65cd text on a black background
contrast 5.57:1
Card sample
#af65cd text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65cd;
Background color
Panel with #af65cd background
background-color: #af65cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65cd; background: linear-gradient(135deg, #af65cd, #CD65A6);