Navy
#05174D
BlueColor Codes
All color formats for development
HEX
#05174DRGB
rgb(5, 23, 77)HSL
hsl(225, 88%, 16%)OKLCH
oklch(0.234 0.102 264.5)CMYK
cmyk(94%, 70%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041545
2#04123D
3#031036
4#030E2E
5#020B26
6#02091F
7#010717
8#01050F
9#000208
Tints
Lighter variations
1#072375
2#0A2F9D
3#0D3BC6
4#0F47EE
5#3665F2
6#5E84F5
7#86A2F7
8#AEC1FA
9#D7E0FC
Tones
Muted variations
1#081949
2#0C1A46
3#101C42
4#131E3E
5#17203B
6#1A2237
7#1E2334
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE5FD;
--navy-200: #C1CFFB;
--navy-300: #91ABF8;
--navy-400: #577EF4;
--navy-500: #275AF1;
--navy-600: #0D3FD3;
--navy-700: #0B32A8;
--navy-800: #082478;
--navy-900: #05174D;
--navy-950: #030E30;
}