Navy
#170052
PurpleColor Codes
All color formats for development
HEX
#170052RGB
rgb(23, 0, 82)HSL
hsl(257, 100%, 16%)OKLCH
oklch(0.216 0.129 281.4)CMYK
cmyk(72%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150049
2#120041
3#100039
4#0E0031
5#0C0029
6#090021
7#070018
8#050010
9#020008
Tints
Lighter variations
1#23007C
2#2F00A7
3#3C00D2
4#4800FD
5#6529FF
6#8454FF
7#A37EFF
8#C2A9FF
9#E0D4FF
Tones
Muted variations
1#19044E
2#1B0849
3#1C0C45
4#1E1041
5#20143D
6#221839
7#231D35
8#252131
9#27252D
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 {
--navy-50: #F4F0FF;
--navy-100: #E5DBFF;
--navy-200: #CFBDFF;
--navy-300: #AB8AFF;
--navy-400: #7F4DFF;
--navy-500: #5B1AFF;
--navy-600: #4000E0;
--navy-700: #3300B3;
--navy-800: #240080;
--navy-900: #170052;
--navy-950: #0E0033;
}