Navy
#001380
BlueColor Codes
All color formats for development
HEX
#001380RGB
rgb(0, 19, 128)HSL
hsl(231, 100%, 25%)OKLCH
oklch(0.289 0.176 264.2)CMYK
cmyk(100%, 85%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001173
2#000F66
3#000D59
4#000B4D
5#000A40
6#000833
7#000626
8#00041A
9#00020D
Tints
Lighter variations
1#0019A6
2#001FCC
3#0024F2
4#1A3CFF
5#405CFF
6#667DFF
7#8C9DFF
8#B3BEFF
9#D9DEFF
Tones
Muted variations
1#061879
2#0D1C73
3#13216C
4#192566
5#202960
6#262E59
7#2D3253
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 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | 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: #BDC7FF;
--navy-300: #8A9BFF;
--navy-400: #4D67FF;
--navy-500: #1A3CFF;
--navy-600: #0022E0;
--navy-700: #001BB3;
--navy-800: #001380;
--navy-900: #000C52;
--navy-950: #000833;
}