Navy
#081649
BlueColor Codes
All color formats for development
HEX
#081649RGB
rgb(8, 22, 73)HSL
hsl(227, 80%, 16%)OKLCH
oklch(0.229 0.097 266.4)CMYK
cmyk(89%, 70%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071442
2#07123B
3#061033
4#050D2C
5#040B25
6#03091D
7#020716
8#02040F
9#010207
Tints
Lighter variations
1#0C2270
2#112E97
3#1539BD
4#1945E4
5#3E63EA
6#6582EE
7#8BA2F2
8#B2C1F6
9#D8E0FB
Tones
Muted variations
1#0B1846
2#0F1A43
3#121C40
4#151E3C
5#182039
6#1C2136
7#1F2333
8#22252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AA #95AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5E7D #5E7DED | Disabled statesSecondary iconsMuted text |
| 500 | 3058 #3058E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163D #163DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1231 #1231A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #081649 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C3CFF8;
--navy-300: #95AAF3;
--navy-400: #5E7DED;
--navy-500: #3058E8;
--navy-600: #163DCA;
--navy-700: #1231A1;
--navy-800: #0D2373;
--navy-900: #081649;
--navy-950: #050E2E;
}