#ae45cf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 69, 207
HSL
286°, 59%, 54%
CMYK
16, 67, 0, 19
Luminance
0.1776
Every format
| HEX | #ae45cf |
| RGB | rgb(174, 69, 207) |
| HSL | hsl(286, 59%, 54%) |
| CMYK | cmyk(16%, 67%, 0%, 19%) |
| LAB | lab(49.2 62.5 -52.3) |
| LCH | lch(49.2 81.5 320.1) |
| OKLCH | oklch(0.589 0.215 317.0) |
Copy-ready code
/* CSS */
color: #ae45cf;
background-color: #ae45cf;
/* Tailwind (arbitrary) */
class="text-[#ae45cf] bg-[#ae45cf]"
/* SCSS */
$brand: #ae45cf;
/* SwiftUI */
Color(red: 0.682, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#ae45cf")Accessibility — WCAG contrast
Aa
#ae45cf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae45cf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.1%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ae45cf text on a black background
contrast 4.55:1
Card sample
#ae45cf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae45cf;
Background color
Panel with #ae45cf background
background-color: #ae45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae45cf; background: linear-gradient(135deg, #ae45cf, #CF4594);