Blue
#5A00E0
PurpleColor Codes
All color formats for development
HEX
#5A00E0RGB
rgb(90, 0, 224)HSL
hsl(264, 100%, 44%)OKLCH
oklch(0.458 0.266 285.9)CMYK
cmyk(60%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5100CA
2#4800B4
3#3F009D
4#360087
5#2D0070
6#24005A
7#1B0043
8#12002D
9#090016
Tints
Lighter variations
1#6500FD
2#761BFF
3#8737FF
4#9854FF
5#A970FF
6#BA8DFF
7#CCA9FF
8#DDC6FF
9#EEE2FF
Tones
Muted variations
1#5C0BD5
2#5E16CA
3#6022BF
4#632DB4
5#6538A8
6#67439D
7#694F92
8#6C5A87
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F6F0FF;
--blue-100: #EADBFF;
--blue-200: #D7BDFF;
--blue-300: #B98AFF;
--blue-400: #944DFF;
--blue-500: #751AFF;
--blue-600: #5A00E0;
--blue-700: #4700B3;
--blue-800: #330080;
--blue-900: #210052;
--blue-950: #140033;
}