Blue
#4904DC
PurpleColor Codes
All color formats for development
HEX
#4904DCRGB
rgb(73, 4, 220)HSL
hsl(259, 96%, 44%)OKLCH
oklch(0.439 0.264 280.2)CMYK
cmyk(67%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4104C6
2#3A04B0
3#33039A
4#2C0384
5#24026E
6#1D0258
7#160142
8#0F012C
9#070016
Tints
Lighter variations
1#5205F8
2#651FFA
3#783BFB
4#8B57FC
5#9E73FC
6#B28FFD
7#C5ABFD
8#D8C7FE
9#ECE3FE
Tones
Muted variations
1#4D0FD1
2#511AC6
3#5525BC
4#5930B1
5#5C3AA6
6#60459B
7#645091
8#685B86
9#6C657B
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 #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B08C #B08CFD | BordersInactive statesPlaceholder text |
| 400 | 8650 #8650FB | Disabled statesSecondary iconsMuted text |
| 500 | 641E #641EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4904 #4904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A04 #3A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2903 #29037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A02 #1A0250 | 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: #D2BEFE;
--blue-300: #B08CFD;
--blue-400: #8650FB;
--blue-500: #641EFA;
--blue-600: #4904DC;
--blue-700: #3A04AF;
--blue-800: #29037D;
--blue-900: #1A0250;
--blue-950: #110132;
}