Purple
#6F07AB
PurpleColor Codes
All color formats for development
HEX
#6F07ABRGB
rgb(111, 7, 171)HSL
hsl(278, 92%, 35%)OKLCH
oklch(0.431 0.218 306.1)CMYK
cmyk(35%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64069A
2#590689
3#4E0578
4#430467
5#380456
6#2C0345
7#210233
8#160122
9#0B0111
Tints
Lighter variations
1#8408CB
2#980AEB
3#A720F6
4#B440F7
5#C060F8
6#CD80FA
7#D9A0FB
8#E6BFFC
9#F2DFFE
Tones
Muted variations
1#6D0FA3
2#6B189B
3#692093
4#66288B
5#643082
6#62387A
7#604172
8#5E496A
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFA | BordersInactive statesPlaceholder text |
| 400 | BC54 #BC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | A823 #A823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C09 #8C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F07 #6F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F05 #4F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F2DDFE;
--purple-200: #E6BFFC;
--purple-300: #D38EFA;
--purple-400: #BC54F8;
--purple-500: #A823F6;
--purple-600: #8C09D7;
--purple-700: #6F07AB;
--purple-800: #4F057A;
--purple-900: #33034E;
--purple-950: #200231;
}