#ae92c8
a light, soft violet · warm · closest name: plum
RGB
174, 146, 200
HSL
271°, 33%, 68%
CMYK
13, 27, 0, 22
Luminance
0.3373
Every format
| HEX | #ae92c8 |
| RGB | rgb(174, 146, 200) |
| HSL | hsl(271, 33%, 68%) |
| CMYK | cmyk(13%, 27%, 0%, 22%) |
| LAB | lab(64.8 20.8 -24.0) |
| LCH | lch(64.8 31.7 311.0) |
| OKLCH | oklch(0.704 0.083 308.0) |
Copy-ready code
/* CSS */
color: #ae92c8;
background-color: #ae92c8;
/* Tailwind (arbitrary) */
class="text-[#ae92c8] bg-[#ae92c8]"
/* SCSS */
$brand: #ae92c8;
/* SwiftUI */
Color(red: 0.682, green: 0.573, blue: 0.784)
/* Android */
Color.parseColor("#ae92c8")Accessibility — WCAG contrast
Aa
#ae92c8 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae92c8 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.3%
Blue78.4%
CMYK percentages
Cyan13.0%
Magenta27.0%
Yellow0.0%
Key (black)21.6%
Color previews
#ae92c8 text on a black background
contrast 7.75:1
Card sample
#ae92c8 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae92c8;
Background color
Panel with #ae92c8 background
background-color: #ae92c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae92c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 146, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 146, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae92c8; background: linear-gradient(135deg, #ae92c8, #C892BE);