Navy
#170151
PurpleColor Codes
All color formats for development
HEX
#170151RGB
rgb(23, 1, 81)HSL
hsl(257, 98%, 16%)OKLCH
oklch(0.216 0.127 281.6)CMYK
cmyk(72%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150149
2#130141
3#100139
4#0E0030
5#0C0028
6#090020
7#070018
8#050010
9#020008
Tints
Lighter variations
1#24017B
2#3002A6
3#3C02D0
4#4903FA
5#662BFD
6#8555FD
7#A380FE
8#C2AAFE
9#E0D5FF
Tones
Muted variations
1#19054D
2#1B0949
3#1D0D45
4#1E1141
5#20153D
6#221939
7#241D35
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 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E6DCFF;
--navy-200: #D0BDFE;
--navy-300: #AB8BFE;
--navy-400: #804EFD;
--navy-500: #5C1CFD;
--navy-600: #4102DE;
--navy-700: #3302B1;
--navy-800: #25017E;
--navy-900: #170151;
--navy-950: #0F0132;
}