Blue
#5006DB
PurpleColor Codes
All color formats for development
HEX
#5006DBRGB
rgb(80, 6, 219)HSL
hsl(261, 95%, 44%)OKLCH
oklch(0.445 0.261 282.8)CMYK
cmyk(63%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4805C5
2#4004AF
3#380499
4#300383
5#28036D
6#200258
7#180242
8#10012C
9#080116
Tints
Lighter variations
1#5A06F7
2#6C20F9
3#7F3CFA
4#9158FB
5#A374FB
6#B690FC
7#C8ABFD
8#DAC7FE
9#EDE3FE
Tones
Muted variations
1#5310D0
2#571BC5
3#5A26BB
4#5D30B0
5#603BA5
6#63469B
7#675090
8#6A5B86
9#6D667B
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 #D4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48D #B48DFC | BordersInactive statesPlaceholder text |
| 400 | 8C51 #8C51FB | Disabled statesSecondary iconsMuted text |
| 500 | 6C1F #6C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5006 #5006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4004 #4004AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E03 #2E037C | 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: #D4BEFD;
--blue-300: #B48DFC;
--blue-400: #8C51FB;
--blue-500: #6C1FF9;
--blue-600: #5006DB;
--blue-700: #4004AE;
--blue-800: #2E037C;
--blue-900: #1D0250;
--blue-950: #120132;
}