Purple
#970FD2
PurpleColor Codes
All color formats for development
HEX
#970FD2RGB
rgb(151, 15, 210)HSL
hsl(282, 87%, 44%)OKLCH
oklch(0.522 0.256 310.8)CMYK
cmyk(28%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#880DBD
2#790CA8
3#6A0A93
4#5B097E
5#4C0769
6#3C0654
7#2D043F
8#1E032A
9#0F0115
Tints
Lighter variations
1#AA10ED
2#B529F0
3#BE44F2
4#C75FF4
5#D079F6
6#DA94F8
7#E3AFF9
8#ECCAFB
9#F6E4FD
Tones
Muted variations
1#9318C8
2#8F22BE
3#8C2CB5
4#8836AB
5#843FA1
6#804997
7#7C538D
8#785D84
9#74667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F7 | BordersInactive statesPlaceholder text |
| 400 | C558 #C558F3 | Disabled statesSecondary iconsMuted text |
| 500 | B428 #B428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 970F #970FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054C | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F3DEFD;
--purple-200: #E9C1FB;
--purple-300: #D991F7;
--purple-400: #C558F3;
--purple-500: #B428F0;
--purple-600: #970FD2;
--purple-700: #780CA7;
--purple-800: #560877;
--purple-900: #37054C;
--purple-950: #220330;
}