Blue
#4308D9
PurpleColor Codes
All color formats for development
HEX
#4308D9RGB
rgb(67, 8, 217)HSL
hsl(257, 93%, 44%)OKLCH
oklch(0.432 0.261 278.4)CMYK
cmyk(69%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C07C3
2#3606AD
3#2F0598
4#280582
5#21046C
6#1B0357
7#140241
8#0D022B
9#070116
Tints
Lighter variations
1#4C09F4
2#5F23F7
3#733EF8
4#875AF9
5#9B75FA
6#AF91FB
7#C3ACFC
8#D7C8FD
9#EBE3FE
Tones
Muted variations
1#4812CE
2#4C1DC4
3#5127B9
4#5532AF
5#5A3CA4
6#5E469A
7#635190
8#675B85
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 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | 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: #D0BFFD;
--blue-300: #AD8EFB;
--blue-400: #8253F9;
--blue-500: #5E22F7;
--blue-600: #4308D9;
--blue-700: #3506AC;
--blue-800: #26047B;
--blue-900: #18034F;
--blue-950: #0F0231;
}