Purple
#690AA9
PurpleColor Codes
All color formats for development
HEX
#690AA9RGB
rgb(105, 10, 169)HSL
hsl(276, 89%, 35%)OKLCH
oklch(0.422 0.214 304)CMYK
cmyk(38%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F0998
2#540887
3#4A0776
4#3F0665
5#350554
6#2A0443
7#200333
8#150222
9#0B0111
Tints
Lighter variations
1#7D0CC8
2#900DE7
3#A024F2
4#AD43F4
5#BB62F6
6#C982F8
7#D6A1FA
8#E4C0FB
9#F1E0FD
Tones
Muted variations
1#6812A1
2#661A99
3#642291
4#632A89
5#613281
6#603979
7#5E4171
8#5C4969
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B656 #B656F5 | Disabled statesSecondary iconsMuted text |
| 500 | A126 #A126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840C #840CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690A #690AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B07 #4B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F0DDFD;
--purple-200: #E4C0FB;
--purple-300: #CF90F9;
--purple-400: #B656F5;
--purple-500: #A126F2;
--purple-600: #840CD4;
--purple-700: #690AA9;
--purple-800: #4B0778;
--purple-900: #30044D;
--purple-950: #1E0330;
}