Purple
#6D05AD
PurpleColor Codes
All color formats for development
HEX
#6D05ADRGB
rgb(109, 5, 173)HSL
hsl(277, 94%, 35%)OKLCH
oklch(0.43 0.22 304.8)CMYK
cmyk(37%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62059C
2#57048B
3#4C0479
4#410368
5#360357
6#2C0245
7#210234
8#160123
9#0B0111
Tints
Lighter variations
1#8106CD
2#9507ED
3#A41EF8
4#B13EF9
5#BE5EFA
6#CB7EFB
7#D89FFC
8#E5BFFD
9#F2DFFE
Tones
Muted variations
1#6B0EA5
2#69169C
3#671F94
4#65278C
5#632F83
6#61387B
7#5F4072
8#5D486A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFB | BordersInactive statesPlaceholder text |
| 400 | B952 #B952FA | Disabled statesSecondary iconsMuted text |
| 500 | A520 #A520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8907 #8907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D05 #6D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #32024F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E5BFFD;
--purple-300: #D18DFB;
--purple-400: #B952FA;
--purple-500: #A520F8;
--purple-600: #8907DA;
--purple-700: #6D05AD;
--purple-800: #4E047C;
--purple-900: #32024F;
--purple-950: #1F0231;
}