Blue
#4700E0
PurpleColor Codes
All color formats for development
HEX
#4700E0RGB
rgb(71, 0, 224)HSL
hsl(259, 100%, 44%)OKLCH
oklch(0.441 0.269 279)CMYK
cmyk(68%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4000CA
2#3900B4
3#32009D
4#2B0087
5#240070
6#1C005A
7#150043
8#0E002D
9#070016
Tints
Lighter variations
1#5000FD
2#631BFF
3#7637FF
4#8A54FF
5#9D70FF
6#B18DFF
7#C4A9FF
8#D8C6FF
9#EBE2FF
Tones
Muted variations
1#4B0BD5
2#4F16CA
3#5322BF
4#582DB4
5#5C38A8
6#60439D
7#644F92
8#685A87
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 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DBFF;
--blue-200: #D2BDFF;
--blue-300: #AF8AFF;
--blue-400: #854DFF;
--blue-500: #621AFF;
--blue-600: #4700E0;
--blue-700: #3900B3;
--blue-800: #280080;
--blue-900: #1A0052;
--blue-950: #100033;
}