Blue
#4608D9
PurpleColor Codes
All color formats for development
HEX
#4608D9RGB
rgb(70, 8, 217)HSL
hsl(258, 93%, 44%)OKLCH
oklch(0.435 0.26 279.4)CMYK
cmyk(68%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F07C3
2#3806AD
3#310598
4#2A0582
5#23046C
6#1C0357
7#150241
8#0E022B
9#070116
Tints
Lighter variations
1#4F09F4
2#6223F7
3#763EF8
4#895AF9
5#9D75FA
6#B191FB
7#C4ACFC
8#D8C8FD
9#EBE3FE
Tones
Muted variations
1#4B12CE
2#4F1DC4
3#5327B9
4#5732AF
5#5B3CA4
6#60469A
7#645190
8#685B85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | 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: #F5F0FE;
--blue-100: #E7DDFE;
--blue-200: #D2BFFD;
--blue-300: #AF8EFB;
--blue-400: #8553F9;
--blue-500: #6222F7;
--blue-600: #4608D9;
--blue-700: #3806AC;
--blue-800: #28047B;
--blue-900: #1A034F;
--blue-950: #100231;
}