Navy
#001580
BlueColor Codes
All color formats for development
HEX
#001580RGB
rgb(0, 21, 128)HSL
hsl(230, 100%, 25%)OKLCH
oklch(0.292 0.174 264.1)CMYK
cmyk(100%, 84%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001373
2#001166
3#000F59
4#000D4D
5#000B40
6#000933
7#000626
8#00041A
9#00020D
Tints
Lighter variations
1#001CA6
2#0022CC
3#0028F2
4#1A40FF
5#4060FF
6#6680FF
7#8C9FFF
8#B3BFFF
9#D9DFFF
Tones
Muted variations
1#061A79
2#0D1E73
3#13226C
4#192666
5#202B60
6#262F59
7#2D3353
8#33374D
9#393B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC8 #BDC8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9D #8A9DFF | BordersInactive statesPlaceholder text |
| 400 | 4D6A #4D6AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A40 #1A40FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0025 #0025E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001E #001EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0015 #001580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000E #000E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DBE1FF;
--navy-200: #BDC8FF;
--navy-300: #8A9DFF;
--navy-400: #4D6AFF;
--navy-500: #1A40FF;
--navy-600: #0025E0;
--navy-700: #001EB3;
--navy-800: #001580;
--navy-900: #000E52;
--navy-950: #000833;
}