Blue
#4D07DA
PurpleColor Codes
All color formats for development
HEX
#4D07DARGB
rgb(77, 7, 218)HSL
hsl(260, 94%, 44%)OKLCH
oklch(0.442 0.26 281.8)CMYK
cmyk(65%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4506C4
2#3E05AE
3#360598
4#2E0483
5#27036D
6#1F0357
7#170241
8#0F012C
9#080116
Tints
Lighter variations
1#5708F5
2#6921F8
3#7C3DF9
4#8E59FA
5#A174FB
6#B490FC
7#C7ACFC
8#D9C8FD
9#ECE3FE
Tones
Muted variations
1#5111CF
2#541CC5
3#5826BA
4#5B31AF
5#5F3BA5
6#62469A
7#665190
8#695B85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFB | BordersInactive statesPlaceholder text |
| 400 | 8A52 #8A52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6820 #6820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D07 #4D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D05 #3D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DCFE;
--blue-200: #D3BFFD;
--blue-300: #B28DFB;
--blue-400: #8A52FA;
--blue-500: #6820F8;
--blue-600: #4D07DA;
--blue-700: #3D05AD;
--blue-800: #2C047C;
--blue-900: #1C024F;
--blue-950: #120231;
}