Navy
#050052
BlueColor Codes
All color formats for development
HEX
#050052RGB
rgb(5, 0, 82)HSL
hsl(244, 100%, 16%)OKLCH
oklch(0.202 0.135 267.8)CMYK
cmyk(94%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050049
2#040041
3#040039
4#030031
5#030029
6#020021
7#020018
8#010010
9#010008
Tints
Lighter variations
1#08007C
2#0B00A7
3#0E00D2
4#1100FD
5#3729FF
6#5F54FF
7#877EFF
8#AFA9FF
9#D7D4FF
Tones
Muted variations
1#09044E
2#0D0849
3#100C45
4#141041
5#17143D
6#1B1839
7#1E1D35
8#222131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DEDBFF;
--navy-200: #C1BDFF;
--navy-300: #928AFF;
--navy-400: #584DFF;
--navy-500: #291AFF;
--navy-600: #0F00E0;
--navy-700: #0C00B3;
--navy-800: #080080;
--navy-900: #050052;
--navy-950: #030033;
}