Navy
#1E0052
PurpleColor Codes
All color formats for development
HEX
#1E0052RGB
rgb(30, 0, 82)HSL
hsl(262, 100%, 16%)OKLCH
oklch(0.224 0.129 287.8)CMYK
cmyk(63%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0049
2#180041
3#150039
4#120031
5#0F0029
6#0C0021
7#090018
8#060010
9#030008
Tints
Lighter variations
1#2E007C
2#3D00A7
3#4D00D2
4#5D00FD
5#7729FF
6#9254FF
7#AE7EFF
8#C9A9FF
9#E4D4FF
Tones
Muted variations
1#1F044E
2#200849
3#210C45
4#221041
5#23143D
6#241839
7#261D35
8#272131
9#28252D
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 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FF;
--navy-100: #E8DBFF;
--navy-200: #D5BDFF;
--navy-300: #B58AFF;
--navy-400: #8E4DFF;
--navy-500: #6E1AFF;
--navy-600: #5200E0;
--navy-700: #4100B3;
--navy-800: #2F0080;
--navy-900: #1E0052;
--navy-950: #130033;
}