Purple
#6D06AC
PurpleColor Codes
All color formats for development
HEX
#6D06ACRGB
rgb(109, 6, 172)HSL
hsl(277, 93%, 35%)OKLCH
oklch(0.429 0.219 305)CMYK
cmyk(37%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62069B
2#57058A
3#4C0479
4#410467
5#360356
6#2B0245
7#210234
8#160122
9#0B0111
Tints
Lighter variations
1#8107CC
2#9509EC
3#A41FF7
4#B13FF8
5#BE5FF9
6#CB7FFA
7#D89FFC
8#E5BFFD
9#F2DFFE
Tones
Muted variations
1#6B0FA4
2#69179C
3#671F93
4#65278B
5#633083
6#61387A
7#5F4072
8#5D496A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFB | BordersInactive statesPlaceholder text |
| 400 | B953 #B953F9 | Disabled statesSecondary iconsMuted text |
| 500 | A522 #A522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8908 #8908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D06 #6D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034F | 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: #F9F0FE;
--purple-100: #F1DDFE;
--purple-200: #E5BFFD;
--purple-300: #D18EFB;
--purple-400: #B953F9;
--purple-500: #A522F7;
--purple-600: #8908D9;
--purple-700: #6D06AC;
--purple-800: #4E047B;
--purple-900: #32034F;
--purple-950: #1F0231;
}