Blue
#4906DB
PurpleColor Codes
All color formats for development
HEX
#4906DBRGB
rgb(73, 6, 219)HSL
hsl(259, 95%, 44%)OKLCH
oklch(0.439 0.262 280.3)CMYK
cmyk(67%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4205C5
2#3A04AF
3#330499
4#2C0383
5#25036D
6#1D0258
7#160242
8#0F012C
9#070116
Tints
Lighter variations
1#5206F7
2#6520F9
3#783CFA
4#8B58FB
5#9F74FB
6#B290FC
7#C5ABFD
8#D8C7FE
9#ECE3FE
Tones
Muted variations
1#4D10D0
2#511BC5
3#5526BB
4#5930B0
5#5D3BA5
6#61469B
7#645090
8#685B86
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 | D2BE #D2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFC | BordersInactive statesPlaceholder text |
| 400 | 8751 #8751FB | Disabled statesSecondary iconsMuted text |
| 500 | 641F #641FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4906 #4906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A04 #3A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A03 #2A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DCFE;
--blue-200: #D2BEFD;
--blue-300: #B08DFC;
--blue-400: #8751FB;
--blue-500: #641FF9;
--blue-600: #4906DB;
--blue-700: #3A04AE;
--blue-800: #2A037C;
--blue-900: #1B0250;
--blue-950: #110132;
}