Blue
#4B00E0
PurpleColor Codes
All color formats for development
HEX
#4B00E0RGB
rgb(75, 0, 224)HSL
hsl(260, 100%, 44%)OKLCH
oklch(0.445 0.268 280.4)CMYK
cmyk(67%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4300CA
2#3C00B4
3#34009D
4#2D0087
5#250070
6#1E005A
7#160043
8#0F002D
9#070016
Tints
Lighter variations
1#5400FD
2#671BFF
3#7A37FF
4#8D54FF
5#A070FF
6#B38DFF
7#C6A9FF
8#D9C6FF
9#ECE2FF
Tones
Muted variations
1#4F0BD5
2#5216CA
3#5622BF
4#5A2DB4
5#5E38A8
6#61439D
7#654F92
8#695A87
9#6C657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BD #D3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B18A #B18AFF | BordersInactive statesPlaceholder text |
| 400 | 884D #884DFF | Disabled statesSecondary iconsMuted text |
| 500 | 661A #661AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B00 #4B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B00 #3B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A00 #2A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B00 #1B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1100 #110033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DBFF;
--blue-200: #D3BDFF;
--blue-300: #B18AFF;
--blue-400: #884DFF;
--blue-500: #661AFF;
--blue-600: #4B00E0;
--blue-700: #3B00B3;
--blue-800: #2A0080;
--blue-900: #1B0052;
--blue-950: #110033;
}