Navy
#08174A
BlueColor Codes
All color formats for development
HEX
#08174ARGB
rgb(8, 23, 74)HSL
hsl(226, 80%, 16%)OKLCH
oklch(0.232 0.097 266)CMYK
cmyk(89%, 69%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071542
2#07133B
3#061033
4#050E2C
5#040C25
6#03091D
7#020716
8#02050F
9#010207
Tints
Lighter variations
1#0C2470
2#113097
3#153CBD
4#1949E4
5#3E66EA
6#6585EE
7#8BA3F2
8#B2C2F6
9#D8E0FB
Tones
Muted variations
1#0B1946
2#0F1B43
3#121D40
4#151E3C
5#182039
6#1C2236
7#1F2433
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 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF3 | BordersInactive statesPlaceholder text |
| 400 | 5E80 #5E80ED | Disabled statesSecondary iconsMuted text |
| 500 | 305B #305BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1640 #1640CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1233 #1233A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #081749 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C3D0F8;
--navy-300: #95ABF3;
--navy-400: #5E80ED;
--navy-500: #305BE8;
--navy-600: #1640CA;
--navy-700: #1233A1;
--navy-800: #0D2573;
--navy-900: #081749;
--navy-950: #050F2E;
}