Blue
#3E04DC
PurpleColor Codes
All color formats for development
HEX
#3E04DCRGB
rgb(62, 4, 220)HSL
hsl(256, 96%, 44%)OKLCH
oklch(0.431 0.266 276.4)CMYK
cmyk(72%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3804C6
2#3204B0
3#2B039A
4#250384
5#1F026E
6#190258
7#130142
8#0C012C
9#060016
Tints
Lighter variations
1#4605F8
2#5A1FFA
3#6E3BFB
4#8357FC
5#9873FC
6#AC8FFD
7#C1ABFD
8#D6C7FE
9#EAE3FE
Tones
Muted variations
1#430FD1
2#481AC6
3#4D25BC
4#5230B1
5#573AA6
6#5C459B
7#615091
8#665B86
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8C #AA8CFD | BordersInactive statesPlaceholder text |
| 400 | 7E50 #7E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 591E #591EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E04 #3E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3104 #3104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DCFE;
--blue-200: #CFBEFE;
--blue-300: #AA8CFD;
--blue-400: #7E50FB;
--blue-500: #591EFA;
--blue-600: #3E04DC;
--blue-700: #3104AF;
--blue-800: #23037D;
--blue-900: #170250;
--blue-950: #0E0132;
}