Purple
#680DA5
PurpleColor Codes
All color formats for development
HEX
#680DA5RGB
rgb(104, 13, 165)HSL
hsl(276, 85%, 35%)OKLCH
oklch(0.418 0.209 304.6)CMYK
cmyk(37%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E0C95
2#540B84
3#490974
4#3F0863
5#340753
6#2A0542
7#1F0432
8#150321
9#0A0111
Tints
Lighter variations
1#7C10C4
2#8F12E2
3#9F28EE
4#AC47F0
5#BA66F3
6#C884F5
7#D6A3F8
8#E3C2FA
9#F1E0FD
Tones
Muted variations
1#67159E
2#651D96
3#64248E
4#622C87
5#61337F
6#5F3B78
7#5E4270
8#5C4A68
9#5B5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CE92 #CE92F6 | BordersInactive statesPlaceholder text |
| 400 | B55A #B55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A02B #A02BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8311 #8311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680D #680DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0A #4B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3006 #30064B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F0DEFC;
--purple-200: #E3C2FA;
--purple-300: #CE92F6;
--purple-400: #B55AF2;
--purple-500: #A02BEE;
--purple-600: #8311D0;
--purple-700: #680DA5;
--purple-800: #4B0A76;
--purple-900: #30064B;
--purple-950: #1E042F;
}