Blue
#4F00E0
PurpleColor Codes
All color formats for development
HEX
#4F00E0RGB
rgb(79, 0, 224)HSL
hsl(261, 100%, 44%)OKLCH
oklch(0.448 0.267 281.9)CMYK
cmyk(65%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4700CA
2#3F00B4
3#37009D
4#2F0087
5#270070
6#1F005A
7#180043
8#10002D
9#080016
Tints
Lighter variations
1#5900FD
2#6A1BFF
3#7D37FF
4#9054FF
5#A270FF
6#B58DFF
7#C7A9FF
8#DAC6FF
9#ECE2FF
Tones
Muted variations
1#520BD5
2#5516CA
3#5922BF
4#5C2DB4
5#5F38A8
6#63439D
7#664F92
8#695A87
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DBFF;
--blue-200: #D4BDFF;
--blue-300: #B38AFF;
--blue-400: #8B4DFF;
--blue-500: #6A1AFF;
--blue-600: #4F00E0;
--blue-700: #3E00B3;
--blue-800: #2D0080;
--blue-900: #1D0052;
--blue-950: #120033;
}