Blue
#5004DC
PurpleColor Codes
All color formats for development
HEX
#5004DCRGB
rgb(80, 4, 220)HSL
hsl(261, 96%, 44%)OKLCH
oklch(0.446 0.262 282.7)CMYK
cmyk(64%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4804C6
2#4004B0
3#38039A
4#300384
5#28026E
6#200258
7#180142
8#10012C
9#080016
Tints
Lighter variations
1#5A05F8
2#6C1FFA
3#7E3BFB
4#9157FC
5#A373FC
6#B58FFD
7#C8ABFD
8#DAC7FE
9#EDE3FE
Tones
Muted variations
1#530FD1
2#561AC6
3#5A25BC
4#5D30B1
5#603AA6
6#63459B
7#675091
8#6A5B86
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38C #B38CFD | BordersInactive statesPlaceholder text |
| 400 | 8C50 #8C50FB | Disabled statesSecondary iconsMuted text |
| 500 | 6B1E #6B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5004 #5004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4004 #4004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D03 #2D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D02 #1D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DCFE;
--blue-200: #D4BEFE;
--blue-300: #B38CFD;
--blue-400: #8C50FB;
--blue-500: #6B1EFA;
--blue-600: #5004DC;
--blue-700: #4004AF;
--blue-800: #2D037D;
--blue-900: #1D0250;
--blue-950: #120132;
}