Blue
#4000E0
PurpleColor Codes
All color formats for development
HEX
#4000E0RGB
rgb(64, 0, 224)HSL
hsl(257, 100%, 44%)OKLCH
oklch(0.436 0.27 276.7)CMYK
cmyk(71%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3900CA
2#3300B4
3#2D009D
4#260087
5#200070
6#19005A
7#130043
8#0D002D
9#060016
Tints
Lighter variations
1#4800FD
2#5B1BFF
3#7037FF
4#8454FF
5#9970FF
6#AD8DFF
7#C2A9FF
8#D6C6FF
9#EBE2FF
Tones
Muted variations
1#440BD5
2#4916CA
3#4E22BF
4#532DB4
5#5838A8
6#5D439D
7#624F92
8#665A87
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8A #AB8AFF | BordersInactive statesPlaceholder text |
| 400 | 7F4D #7F4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 5B1A #5B1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4000 #4000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3300 #3300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2400 #240080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1700 #170052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DBFF;
--blue-200: #CFBDFF;
--blue-300: #AB8AFF;
--blue-400: #7F4DFF;
--blue-500: #5B1AFF;
--blue-600: #4000E0;
--blue-700: #3300B3;
--blue-800: #240080;
--blue-900: #170052;
--blue-950: #0E0033;
}