Navy
#002080
BlueColor Codes
All color formats for development
HEX
#002080RGB
rgb(0, 32, 128)HSL
hsl(225, 100%, 25%)OKLCH
oklch(0.308 0.163 263.4)CMYK
cmyk(100%, 75%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001D73
2#001966
3#001659
4#00134D
5#001040
6#000D33
7#000A26
8#00061A
9#00030D
Tints
Lighter variations
1#0029A6
2#0033CC
3#003DF2
4#1A53FF
5#4070FF
6#668CFF
7#8CA9FF
8#B3C6FF
9#D9E2FF
Tones
Muted variations
1#062379
2#0D2673
3#13296C
4#192D66
5#203060
6#263359
7#2D3653
8#33394D
9#393D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DBE4FF;
--navy-200: #BDCDFF;
--navy-300: #8AA7FF;
--navy-400: #4D79FF;
--navy-500: #1A53FF;
--navy-600: #0038E0;
--navy-700: #002DB3;
--navy-800: #002080;
--navy-900: #001452;
--navy-950: #000D33;
}