Blue
#420DD3
PurpleColor Codes
All color formats for development
HEX
#420DD3RGB
rgb(66, 13, 211)HSL
hsl(256, 88%, 44%)OKLCH
oklch(0.426 0.254 278.6)CMYK
cmyk(69%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0CBE
2#350BA9
3#2E0994
4#28087F
5#210769
6#1A0554
7#14043F
8#0D032A
9#070115
Tints
Lighter variations
1#4B0FEE
2#5E28F1
3#7243F3
4#865EF5
5#9A79F6
6#AE94F8
7#C3AEFA
8#D7C9FC
9#EBE4FD
Tones
Muted variations
1#4717C9
2#4B21BF
3#502BB5
4#5535AB
5#593FA2
6#5E4998
7#62538E
8#675C84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E6DDFD;
--blue-200: #D0C1FB;
--blue-300: #AC91F8;
--blue-400: #8157F4;
--blue-500: #5D27F1;
--blue-600: #420DD3;
--blue-700: #350BA8;
--blue-800: #260878;
--blue-900: #18054D;
--blue-950: #0F0330;
}