Purple
#7C0FA3
PurpleColor Codes
All color formats for development
HEX
#7C0FA3RGB
rgb(124, 15, 163)HSL
hsl(284, 83%, 35%)OKLCH
oklch(0.446 0.211 313.8)CMYK
cmyk(24%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F0E93
2#630C83
3#570B72
4#4A0962
5#3E0852
6#320641
7#250531
8#190321
9#0C0210
Tints
Lighter variations
1#9312C2
2#AA15E0
3#B82BEB
4#C249EE
5#CC67F1
6#D686F4
7#E1A4F7
8#EBC2F9
9#F5E1FC
Tones
Muted variations
1#78179C
2#751E95
3#71258D
4#6E2D86
5#6B347E
6#673C77
7#64436F
8#604A68
9#5D5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC2 #EBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB94 #DB94F5 | BordersInactive statesPlaceholder text |
| 400 | C85C #C85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B92D #B92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C13 #9C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0F #7C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580B #580B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3907 #39074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F4DEFC;
--purple-200: #EBC2F9;
--purple-300: #DB94F5;
--purple-400: #C85CF0;
--purple-500: #B92DEB;
--purple-600: #9C13CD;
--purple-700: #7C0FA3;
--purple-800: #580B75;
--purple-900: #39074B;
--purple-950: #23042F;
}