Blue
#3A04DC
PurpleColor Codes
All color formats for development
HEX
#3A04DCRGB
rgb(58, 4, 220)HSL
hsl(255, 96%, 44%)OKLCH
oklch(0.428 0.267 275.1)CMYK
cmyk(74%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3504C6
2#2F04B0
3#29039A
4#230384
5#1D026E
6#170258
7#120142
8#0C012C
9#060016
Tints
Lighter variations
1#4205F8
2#561FFA
3#6B3BFB
4#8057FC
5#9573FC
6#AA8FFD
7#C0ABFD
8#D5C7FE
9#EAE3FE
Tones
Muted variations
1#400FD1
2#451AC6
3#4B25BC
4#5030B1
5#553AA6
6#5B459B
7#605091
8#655B86
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 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88C #A88CFD | BordersInactive statesPlaceholder text |
| 400 | 7B50 #7B50FB | Disabled statesSecondary iconsMuted text |
| 500 | 551E #551EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A04 #3A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E04 #2E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DCFE;
--blue-200: #CEBEFE;
--blue-300: #A88CFD;
--blue-400: #7B50FB;
--blue-500: #551EFA;
--blue-600: #3A04DC;
--blue-700: #2E04AF;
--blue-800: #21037D;
--blue-900: #150250;
--blue-950: #0D0132;
}