Purple
#6F06AC
PurpleColor Codes
All color formats for development
HEX
#6F06ACRGB
rgb(111, 6, 172)HSL
hsl(278, 93%, 35%)OKLCH
oklch(0.432 0.219 305.9)CMYK
cmyk(35%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64069B
2#59058A
3#4E0479
4#430467
5#380356
6#2D0245
7#210234
8#160122
9#0B0111
Tints
Lighter variations
1#8407CC
2#9909EC
3#A81FF7
4#B43FF8
5#C15FF9
6#CD7FFA
7#DA9FFC
8#E6BFFD
9#F3DFFE
Tones
Muted variations
1#6D0FA4
2#6B179C
3#691F93
4#67278B
5#643083
6#62387A
7#604072
8#5E496A
9#5B5162
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 #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFB | BordersInactive statesPlaceholder text |
| 400 | BC53 #BC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | A922 #A922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C08 #8C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F06 #6F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034F | 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: #E6BFFD;
--purple-300: #D38EFB;
--purple-400: #BC53F9;
--purple-500: #A922F7;
--purple-600: #8C08D9;
--purple-700: #6F06AC;
--purple-800: #50047B;
--purple-900: #33034F;
--purple-950: #200231;
}