#ae6dbb
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 109, 187
HSL
290°, 36%, 58%
CMYK
7, 42, 0, 27
Luminance
0.2352
Every format
| HEX | #ae6dbb |
| RGB | rgb(174, 109, 187) |
| HSL | hsl(290, 36%, 58%) |
| CMYK | cmyk(7%, 42%, 0%, 27%) |
| LAB | lab(55.6 38.8 -30.7) |
| LCH | lch(55.6 49.5 321.6) |
| OKLCH | oklch(0.633 0.133 320.8) |
Copy-ready code
/* CSS */
color: #ae6dbb;
background-color: #ae6dbb;
/* Tailwind (arbitrary) */
class="text-[#ae6dbb] bg-[#ae6dbb]"
/* SCSS */
$brand: #ae6dbb;
/* SwiftUI */
Color(red: 0.682, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#ae6dbb")Accessibility — WCAG contrast
Aa
#ae6dbb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6dbb on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.7%
Blue73.3%
CMYK percentages
Cyan7.0%
Magenta41.7%
Yellow0.0%
Key (black)26.7%
Color previews
#ae6dbb text on a black background
contrast 5.70:1
Card sample
#ae6dbb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6dbb;
Background color
Panel with #ae6dbb background
background-color: #ae6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6dbb; background: linear-gradient(135deg, #ae6dbb, #BB6D94);