#ae65cf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 101, 207
HSL
281°, 53%, 60%
CMYK
16, 51, 0, 19
Luminance
0.2281
Every format
| HEX | #ae65cf |
| RGB | rgb(174, 101, 207) |
| HSL | hsl(281, 53%, 60%) |
| CMYK | cmyk(16%, 51%, 0%, 19%) |
| LAB | lab(54.9 47.2 -43.3) |
| LCH | lch(54.9 64.0 317.5) |
| OKLCH | oklch(0.631 0.169 314.3) |
Copy-ready code
/* CSS */
color: #ae65cf;
background-color: #ae65cf;
/* Tailwind (arbitrary) */
class="text-[#ae65cf] bg-[#ae65cf]"
/* SCSS */
$brand: #ae65cf;
/* SwiftUI */
Color(red: 0.682, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#ae65cf")Accessibility — WCAG contrast
Aa
#ae65cf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae65cf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green39.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta51.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ae65cf text on a black background
contrast 5.56:1
Card sample
#ae65cf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae65cf;
Background color
Panel with #ae65cf background
background-color: #ae65cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae65cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae65cf; background: linear-gradient(135deg, #ae65cf, #CF65A9);