Navy
#160052
PurpleColor Codes
All color formats for development
HEX
#160052RGB
rgb(22, 0, 82)HSL
hsl(256, 100%, 16%)OKLCH
oklch(0.215 0.13 280.5)CMYK
cmyk(73%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140049
2#110041
3#0F0039
4#0D0031
5#0B0029
6#090021
7#070018
8#040010
9#020008
Tints
Lighter variations
1#21007C
2#2D00A7
3#3800D2
4#4300FD
5#6229FF
6#8154FF
7#A17EFF
8#C0A9FF
9#E0D4FF
Tones
Muted variations
1#18044E
2#1A0849
3#1B0C45
4#1D1041
5#1F143D
6#211839
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 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | 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: #CEBDFF;
--navy-300: #A98AFF;
--navy-400: #7C4DFF;
--navy-500: #571AFF;
--navy-600: #3C00E0;
--navy-700: #3000B3;
--navy-800: #220080;
--navy-900: #160052;
--navy-950: #0E0033;
}