Blue
#4A09D7
PurpleColor Codes
All color formats for development
HEX
#4A09D7RGB
rgb(74, 9, 215)HSL
hsl(259, 92%, 44%)OKLCH
oklch(0.436 0.257 281.1)CMYK
cmyk(66%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4308C2
2#3B07AC
3#340697
4#2D0581
5#25046C
6#1E0456
7#160341
8#0F022B
9#070116
Tints
Lighter variations
1#540AF3
2#6624F6
3#793FF7
4#8C5AF8
5#A076F9
6#B391FA
7#C6ADFC
8#D9C8FD
9#ECE4FE
Tones
Muted variations
1#4E13CD
2#521EC3
3#5628B8
4#5932AE
5#5D3DA4
6#614799
7#65518F
8#695C85
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 #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | 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: #D3BFFC;
--blue-300: #B18EFA;
--blue-400: #8854F8;
--blue-500: #6623F6;
--blue-600: #4A09D7;
--blue-700: #3B07AB;
--blue-800: #2A057A;
--blue-900: #1B034E;
--blue-950: #110231;
}