Purple
#A41EC2
PinkColor Codes
All color formats for development
HEX
#A41EC2RGB
rgb(164, 30, 194)HSL
hsl(289, 73%, 44%)OKLCH
oklch(0.535 0.24 319)CMYK
cmyk(15%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#941BAF
2#83189B
3#731588
4#621274
5#520F61
6#420C4E
7#31093A
8#210627
9#100313
Tints
Lighter variations
1#B922DB
2#C239E0
3#C952E4
4#D16BE8
5#D983EC
6#E09CF0
7#E8B5F3
8#F0CEF7
9#F7E6FB
Tones
Muted variations
1#9F26BA
2#9A2FB2
3#9537AA
4#8F3FA1
5#8A4799
6#854F91
7#805889
8#7B6081
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 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | 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: #EDC6F6;
--purple-300: #DF9AEF;
--purple-400: #CF65E7;
--purple-500: #C138E0;
--purple-600: #A41EC2;
--purple-700: #83189A;
--purple-800: #5D116E;
--purple-900: #3C0B47;
--purple-950: #25072C;
}