Blue
#4606DB
PurpleColor Codes
All color formats for development
HEX
#4606DBRGB
rgb(70, 6, 219)HSL
hsl(258, 95%, 44%)OKLCH
oklch(0.437 0.263 279.2)CMYK
cmyk(68%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F05C5
2#3804AF
3#310499
4#2A0383
5#23036D
6#1C0258
7#150242
8#0E012C
9#070116
Tints
Lighter variations
1#4E06F7
2#6120F9
3#753CFA
4#8958FB
5#9C74FB
6#B090FC
7#C4ABFD
8#D8C7FE
9#EBE3FE
Tones
Muted variations
1#4A10D0
2#4E1BC5
3#5226BB
4#5730B0
5#5B3BA5
6#5F469B
7#635090
8#685B86
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 | D1BE #D1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFC | BordersInactive statesPlaceholder text |
| 400 | 8451 #8451FB | Disabled statesSecondary iconsMuted text |
| 500 | 611F #611FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4606 #4606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2803 #28037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D1BEFD;
--blue-300: #AE8DFC;
--blue-400: #8451FB;
--blue-500: #611FF9;
--blue-600: #4606DB;
--blue-700: #3704AE;
--blue-800: #28037C;
--blue-900: #190250;
--blue-950: #100132;
}