Navy
#001E80
BlueColor Codes
All color formats for development
HEX
#001E80RGB
rgb(0, 30, 128)HSL
hsl(226, 100%, 25%)OKLCH
oklch(0.305 0.165 263.6)CMYK
cmyk(100%, 77%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001B73
2#001866
3#001559
4#00124D
5#000F40
6#000C33
7#000926
8#00061A
9#00030D
Tints
Lighter variations
1#0027A6
2#0030CC
3#0039F2
4#1A4FFF
5#406CFF
6#668AFF
7#8CA7FF
8#B3C4FF
9#D9E2FF
Tones
Muted variations
1#062179
2#0D2573
3#13286C
4#192B66
5#202F60
6#263259
7#2D3653
8#33394D
9#393C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCC #BDCCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA5 #8AA5FF | BordersInactive statesPlaceholder text |
| 400 | 4D76 #4D76FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A4F #1A4FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0034 #0034E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002A #002AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001E #001E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0013 #001352 | Primary textHigh emphasis contentDark headings |
| 950 | 000C #000C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DBE4FF;
--navy-200: #BDCCFF;
--navy-300: #8AA5FF;
--navy-400: #4D76FF;
--navy-500: #1A4FFF;
--navy-600: #0034E0;
--navy-700: #002AB3;
--navy-800: #001E80;
--navy-900: #001352;
--navy-950: #000C33;
}