Navy
#140052
PurpleColor Codes
All color formats for development
HEX
#140052RGB
rgb(20, 0, 82)HSL
hsl(255, 100%, 16%)OKLCH
oklch(0.213 0.13 278.8)CMYK
cmyk(76%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120049
2#100041
3#0E0039
4#0C0031
5#0A0029
6#080021
7#060018
8#040010
9#020008
Tints
Lighter variations
1#1F007C
2#2A00A7
3#3500D2
4#3F00FD
5#5E29FF
6#7E54FF
7#9F7EFF
8#BFA9FF
9#DFD4FF
Tones
Muted variations
1#16044E
2#180849
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 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E4DBFF;
--navy-200: #CDBDFF;
--navy-300: #A78AFF;
--navy-400: #794DFF;
--navy-500: #531AFF;
--navy-600: #3800E0;
--navy-700: #2D00B3;
--navy-800: #200080;
--navy-900: #140052;
--navy-950: #0D0033;
}