Blue
#4A08D9
PurpleColor Codes
All color formats for development
HEX
#4A08D9RGB
rgb(74, 8, 217)HSL
hsl(259, 93%, 44%)OKLCH
oklch(0.438 0.259 280.9)CMYK
cmyk(66%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4307C3
2#3B06AD
3#340598
4#2C0582
5#25046C
6#1E0357
7#160241
8#0F022B
9#070116
Tints
Lighter variations
1#5309F4
2#6623F7
3#793EF8
4#8C5AF9
5#9F75FA
6#B291FB
7#C6ACFC
8#D9C8FD
9#ECE3FE
Tones
Muted variations
1#4E12CE
2#521DC4
3#5527B9
4#5932AF
5#5D3CA4
6#61469A
7#655190
8#695B85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | 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: #F5F0FE;
--blue-100: #E7DDFE;
--blue-200: #D3BFFD;
--blue-300: #B08EFB;
--blue-400: #8753F9;
--blue-500: #6522F7;
--blue-600: #4A08D9;
--blue-700: #3B06AC;
--blue-800: #2A047B;
--blue-900: #1B034F;
--blue-950: #110231;
}