Blue
#4309D7
PurpleColor Codes
All color formats for development
HEX
#4309D7RGB
rgb(67, 9, 215)HSL
hsl(257, 92%, 44%)OKLCH
oklch(0.43 0.258 278.6)CMYK
cmyk(69%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D08C2
2#3607AC
3#2F0697
4#280581
5#22046C
6#1B0456
7#140341
8#0D022B
9#070116
Tints
Lighter variations
1#4C0AF3
2#5F24F6
3#733FF7
4#875AF8
5#9B76F9
6#AF91FA
7#C3ADFC
8#D7C8FD
9#EBE4FE
Tones
Muted variations
1#4813CD
2#4C1EC3
3#5128B8
4#5532AE
5#5A3DA4
6#5E4799
7#63518F
8#675C85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E6DDFE;
--blue-200: #D1BFFC;
--blue-300: #AD8EFA;
--blue-400: #8254F8;
--blue-500: #5F23F6;
--blue-600: #4309D7;
--blue-700: #3607AB;
--blue-800: #26057A;
--blue-900: #19034E;
--blue-950: #0F0231;
}