Purple
#A11EC2
PinkColor Codes
All color formats for development
HEX
#A11EC2RGB
rgb(161, 30, 194)HSL
hsl(288, 73%, 44%)OKLCH
oklch(0.531 0.239 318)CMYK
cmyk(17%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911BAF
2#81189B
3#711588
4#611274
5#510F61
6#410C4E
7#30093A
8#200627
9#100313
Tints
Lighter variations
1#B622DB
2#BF39E0
3#C752E4
4#CF6BE8
5#D783EC
6#DF9CF0
7#E7B5F3
8#EFCEF7
9#F7E6FB
Tones
Muted variations
1#9C26BA
2#982FB2
3#9337AA
4#8E3FA1
5#894799
6#844F91
7#7F5889
8#7A6081
9#756878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F5E0FA;
--purple-200: #ECC6F6;
--purple-300: #DE9AEF;
--purple-400: #CD65E7;
--purple-500: #BF38E0;
--purple-600: #A11EC2;
--purple-700: #80189A;
--purple-800: #5C116E;
--purple-900: #3B0B47;
--purple-950: #25072C;
}