Purple
#6A06AC
PurpleColor Codes
All color formats for development
HEX
#6A06ACRGB
rgb(106, 6, 172)HSL
hsl(276, 93%, 35%)OKLCH
oklch(0.425 0.218 303.7)CMYK
cmyk(38%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F069B
2#55058A
3#4A0479
4#400467
5#350356
6#2A0245
7#200234
8#150122
9#0B0111
Tints
Lighter variations
1#7E07CC
2#9109EC
3#A11FF7
4#AE3FF8
5#BC5FF9
6#C97FFA
7#D79FFC
8#E4BFFD
9#F2DFFE
Tones
Muted variations
1#680FA4
2#67179C
3#651F93
4#63278B
5#623083
6#60387A
7#5E4072
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 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFB | BordersInactive statesPlaceholder text |
| 400 | B653 #B653F9 | Disabled statesSecondary iconsMuted text |
| 500 | A222 #A222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8508 #8508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A06 #6A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F0DDFE;
--purple-200: #E4BFFD;
--purple-300: #CF8EFB;
--purple-400: #B653F9;
--purple-500: #A222F7;
--purple-600: #8508D9;
--purple-700: #6A06AC;
--purple-800: #4C047B;
--purple-900: #30034F;
--purple-950: #1E0231;
}