#a188af
a balanced, soft violet · warm · closest name: plum
RGB
161, 136, 175
HSL
279°, 20%, 61%
CMYK
8, 22, 0, 31
Luminance
0.2828
Every format
| HEX | #a188af |
| RGB | rgb(161, 136, 175) |
| HSL | hsl(279, 20%, 61%) |
| CMYK | cmyk(8%, 22%, 0%, 31%) |
| LAB | lab(60.1 16.9 -17.0) |
| LCH | lch(60.1 23.9 314.8) |
| OKLCH | oklch(0.663 0.063 313.3) |
Copy-ready code
/* CSS */
color: #a188af;
background-color: #a188af;
/* Tailwind (arbitrary) */
class="text-[#a188af] bg-[#a188af]"
/* SCSS */
$brand: #a188af;
/* SwiftUI */
Color(red: 0.631, green: 0.533, blue: 0.686)
/* Android */
Color.parseColor("#a188af")Accessibility — WCAG contrast
Aa
#a188af on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a188af on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green53.3%
Blue68.6%
CMYK percentages
Cyan8.0%
Magenta22.3%
Yellow0.0%
Key (black)31.4%
Color previews
#a188af text on a black background
contrast 6.66:1
Card sample
#a188af text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a188af;
Background color
Panel with #a188af background
background-color: #a188af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a188af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 136, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 136, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a188af; background: linear-gradient(135deg, #a188af, #AF88A3);