Purple
#6D0FA3
PurpleColor Codes
All color formats for development
HEX
#6D0FA3RGB
rgb(109, 15, 163)HSL
hsl(278, 83%, 35%)OKLCH
oklch(0.424 0.207 307.3)CMYK
cmyk(33%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#620E93
2#570C83
3#4C0B72
4#410962
5#370852
6#2C0641
7#210531
8#160321
9#0B0210
Tints
Lighter variations
1#8112C2
2#9515E0
3#A52BEB
4#B249EE
5#BE67F1
6#CB86F4
7#D8A4F7
8#E5C2F9
9#F2E1FC
Tones
Muted variations
1#6B179C
2#691E95
3#67258D
4#652D86
5#63347E
6#613C77
7#5F436F
8#5D4A68
9#5B5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F5 | BordersInactive statesPlaceholder text |
| 400 | BA5C #BA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A62D #A62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8913 #8913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0F #6D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DEFC;
--purple-200: #E5C2F9;
--purple-300: #D194F5;
--purple-400: #BA5CF0;
--purple-500: #A62DEB;
--purple-600: #8913CD;
--purple-700: #6D0FA3;
--purple-800: #4E0B75;
--purple-900: #32074B;
--purple-950: #1F042F;
}