#ae6abc
a balanced, soft violet · warm · closest name: orchid
RGB
174, 106, 188
HSL
290°, 38%, 58%
CMYK
7, 44, 0, 26
Luminance
0.2294
Every format
| HEX | #ae6abc |
| RGB | rgb(174, 106, 188) |
| HSL | hsl(290, 38%, 58%) |
| CMYK | cmyk(7%, 44%, 0%, 26%) |
| LAB | lab(55.0 40.6 -32.2) |
| LCH | lch(55.0 51.8 321.6) |
| OKLCH | oklch(0.629 0.140 320.6) |
Copy-ready code
/* CSS */
color: #ae6abc;
background-color: #ae6abc;
/* Tailwind (arbitrary) */
class="text-[#ae6abc] bg-[#ae6abc]"
/* SCSS */
$brand: #ae6abc;
/* SwiftUI */
Color(red: 0.682, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#ae6abc")Accessibility — WCAG contrast
Aa
#ae6abc on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6abc on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green41.6%
Blue73.7%
CMYK percentages
Cyan7.4%
Magenta43.6%
Yellow0.0%
Key (black)26.3%
Color previews
#ae6abc text on a black background
contrast 5.59:1
Card sample
#ae6abc text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6abc;
Background color
Panel with #ae6abc background
background-color: #ae6abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6abc; background: linear-gradient(135deg, #ae6abc, #BC6A93);