#a092cf
a light, soft blue · warm · closest name: plum
RGB
160, 146, 207
HSL
254°, 39%, 69%
CMYK
23, 30, 0, 19
Luminance
0.3254
Every format
| HEX | #a092cf |
| RGB | rgb(160, 146, 207) |
| HSL | hsl(254, 39%, 69%) |
| CMYK | cmyk(23%, 30%, 0%, 19%) |
| LAB | lab(63.8 18.0 -29.4) |
| LCH | lch(63.8 34.5 301.4) |
| OKLCH | oklch(0.695 0.089 294.5) |
Copy-ready code
/* CSS */
color: #a092cf;
background-color: #a092cf;
/* Tailwind (arbitrary) */
class="text-[#a092cf] bg-[#a092cf]"
/* SCSS */
$brand: #a092cf;
/* SwiftUI */
Color(red: 0.627, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#a092cf")Accessibility — WCAG contrast
Aa
#a092cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a092cf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green57.3%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#a092cf text on a black background
contrast 7.51:1
Card sample
#a092cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a092cf;
Background color
Panel with #a092cf background
background-color: #a092cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a092cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a092cf; background: linear-gradient(135deg, #a092cf, #C992CF);