Blue
#4607DA
PurpleColor Codes
All color formats for development
HEX
#4607DARGB
rgb(70, 7, 218)HSL
hsl(258, 94%, 44%)OKLCH
oklch(0.436 0.261 279.3)CMYK
cmyk(68%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F06C4
2#3805AE
3#310598
4#2A0483
5#23036D
6#1C0357
7#150241
8#0E012C
9#070116
Tints
Lighter variations
1#4F08F5
2#6221F8
3#753DF9
4#8959FA
5#9D74FB
6#B090FC
7#C4ACFC
8#D8C8FD
9#EBE3FE
Tones
Muted variations
1#4A11CF
2#4E1CC5
3#5326BA
4#5731AF
5#5B3BA5
6#5F469A
7#645190
8#685B85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D1BFFD;
--blue-300: #AE8DFB;
--blue-400: #8452FA;
--blue-500: #6120F8;
--blue-600: #4607DA;
--blue-700: #3805AD;
--blue-800: #28047C;
--blue-900: #19024F;
--blue-950: #100231;
}