Blue
#4504DC
PurpleColor Codes
All color formats for development
HEX
#4504DCRGB
rgb(69, 4, 220)HSL
hsl(258, 96%, 44%)OKLCH
oklch(0.436 0.264 278.8)CMYK
cmyk(69%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E04C6
2#3704B0
3#30039A
4#290384
5#23026E
6#1C0258
7#150142
8#0E012C
9#070016
Tints
Lighter variations
1#4E05F8
2#611FFA
3#753BFB
4#8857FC
5#9C73FC
6#B08FFD
7#C4ABFD
8#D7C7FE
9#EBE3FE
Tones
Muted variations
1#490FD1
2#4E1AC6
3#5225BC
4#5630B1
5#5B3AA6
6#5F459B
7#635091
8#685B86
9#6C657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8C #AE8CFD | BordersInactive statesPlaceholder text |
| 400 | 8350 #8350FB | Disabled statesSecondary iconsMuted text |
| 500 | 601E #601EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4504 #4504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2703 #27037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D1BEFE;
--blue-300: #AE8CFD;
--blue-400: #8350FB;
--blue-500: #601EFA;
--blue-600: #4504DC;
--blue-700: #3704AF;
--blue-800: #27037D;
--blue-900: #190250;
--blue-950: #100132;
}