Purple
#7C03B0
PurpleColor Codes
All color formats for development
HEX
#7C03B0RGB
rgb(124, 3, 176)HSL
hsl(282, 97%, 35%)OKLCH
oklch(0.452 0.227 310.2)CMYK
cmyk(30%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F029E
2#63028D
3#57027B
4#4A0269
5#3E0158
6#320146
7#250135
8#190123
9#0C0012
Tints
Lighter variations
1#9303D0
2#AA04F1
3#B81AFC
4#C23BFC
5#CC5CFD
6#D67CFD
7#E19DFE
8#EBBEFE
9#F5DEFF
Tones
Muted variations
1#780BA7
2#75149F
3#711D96
4#6E258D
5#6B2E85
6#67377C
7#643F73
8#60486B
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8B #DB8BFD | BordersInactive statesPlaceholder text |
| 400 | C84F #C84FFC | Disabled statesSecondary iconsMuted text |
| 500 | B91D #B91DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C03 #9C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C03 #7C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5802 #58027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3901 #390150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBEFE;
--purple-300: #DB8BFD;
--purple-400: #C84FFC;
--purple-500: #B91DFC;
--purple-600: #9C03DD;
--purple-700: #7C03B0;
--purple-800: #58027E;
--purple-900: #390150;
--purple-950: #230132;
}