Navy
#080052
BlueColor Codes
All color formats for development
HEX
#080052RGB
rgb(8, 0, 82)HSL
hsl(246, 100%, 16%)OKLCH
oklch(0.204 0.134 269.9)CMYK
cmyk(90%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070049
2#070041
3#060039
4#050031
5#040029
6#030021
7#020018
8#020010
9#010008
Tints
Lighter variations
1#0C007C
2#1100A7
3#1500D2
4#1900FD
5#3E29FF
6#6554FF
7#8B7EFF
8#B2A9FF
9#D8D4FF
Tones
Muted variations
1#0B044E
2#0F0849
3#120C45
4#151041
5#18143D
6#1C1839
7#1F1D35
8#222131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C3BDFF;
--navy-300: #958AFF;
--navy-400: #5E4DFF;
--navy-500: #301AFF;
--navy-600: #1600E0;
--navy-700: #1200B3;
--navy-800: #0D0080;
--navy-900: #080052;
--navy-950: #050033;
}