Blue
#5200E0
PurpleColor Codes
All color formats for development
HEX
#5200E0RGB
rgb(82, 0, 224)HSL
hsl(262, 100%, 44%)OKLCH
oklch(0.451 0.267 282.9)CMYK
cmyk(63%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A00CA
2#4200B4
3#3A009D
4#310087
5#290070
6#21005A
7#190043
8#10002D
9#080016
Tints
Lighter variations
1#5D00FD
2#6E1BFF
3#8037FF
4#9254FF
5#A570FF
6#B78DFF
7#C9A9FF
8#DBC6FF
9#EDE2FF
Tones
Muted variations
1#550BD5
2#5816CA
3#5B22BF
4#5E2DB4
5#6138A8
6#64439D
7#674F92
8#6A5A87
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DBFF;
--blue-200: #D5BDFF;
--blue-300: #B58AFF;
--blue-400: #8E4DFF;
--blue-500: #6E1AFF;
--blue-600: #5200E0;
--blue-700: #4100B3;
--blue-800: #2F0080;
--blue-900: #1E0052;
--blue-950: #130033;
}