Blue
#4A07DA
PurpleColor Codes
All color formats for development
HEX
#4A07DARGB
rgb(74, 7, 218)HSL
hsl(259, 94%, 44%)OKLCH
oklch(0.439 0.261 280.7)CMYK
cmyk(66%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4206C4
2#3B05AE
3#330598
4#2C0483
5#25036D
6#1D0357
7#160241
8#0F012C
9#070116
Tints
Lighter variations
1#5308F5
2#6521F8
3#793DF9
4#8C59FA
5#9F74FB
6#B290FC
7#C5ACFC
8#D9C8FD
9#ECE3FE
Tones
Muted variations
1#4D11CF
2#511CC5
3#5526BA
4#5931AF
5#5D3BA5
6#61469A
7#655190
8#685B85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFB | BordersInactive statesPlaceholder text |
| 400 | 8752 #8752FA | Disabled statesSecondary iconsMuted text |
| 500 | 6520 #6520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A07 #4A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A05 #3A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DCFE;
--blue-200: #D2BFFD;
--blue-300: #B08DFB;
--blue-400: #8752FA;
--blue-500: #6520F8;
--blue-600: #4A07DA;
--blue-700: #3A05AD;
--blue-800: #2A047C;
--blue-900: #1B024F;
--blue-950: #110231;
}