Navy
#160151
PurpleColor Codes
All color formats for development
HEX
#160151RGB
rgb(22, 1, 81)HSL
hsl(256, 98%, 16%)OKLCH
oklch(0.215 0.127 280.7)CMYK
cmyk(73%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140149
2#120141
3#0F0139
4#0D0030
5#0B0028
6#090020
7#070018
8#040010
9#020008
Tints
Lighter variations
1#22017B
2#2D02A6
3#3902D0
4#4503FA
5#632BFD
6#8255FD
7#A180FE
8#C1AAFE
9#E0D5FF
Tones
Muted variations
1#18054D
2#1A0949
3#1C0D45
4#1E1141
5#1F153D
6#211939
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 | E5DC #E5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFE | BordersInactive statesPlaceholder text |
| 400 | 7D4E #7D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 581C #581CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D02 #3D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3002 #3002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2301 #23017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160151 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFF;
--navy-200: #CFBDFE;
--navy-300: #AA8BFE;
--navy-400: #7D4EFD;
--navy-500: #581CFD;
--navy-600: #3D02DE;
--navy-700: #3002B1;
--navy-800: #23017E;
--navy-900: #160151;
--navy-950: #0E0132;
}