Navy
#05177A
BlueColor Codes
All color formats for development
HEX
#05177ARGB
rgb(5, 23, 122)HSL
hsl(231, 92%, 25%)OKLCH
oklch(0.288 0.164 265.3)CMYK
cmyk(96%, 81%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05146E
2#041262
3#041056
4#030E49
5#030B3D
6#020931
7#020725
8#010518
9#01020C
Tints
Lighter variations
1#071E9F
2#0824C4
3#0A2BE9
4#2342F6
5#4762F7
6#6C81F9
7#91A1FA
8#B6C0FC
9#DAE0FD
Tones
Muted variations
1#0B1B75
2#111F6F
3#172369
4#1D2763
5#222B5D
6#282F57
7#2E3351
8#34384B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE2FE;
--navy-200: #BFC9FC;
--navy-300: #8E9FFA;
--navy-400: #546CF8;
--navy-500: #2342F6;
--navy-600: #0928D7;
--navy-700: #0720AB;
--navy-800: #05177A;
--navy-900: #030F4E;
--navy-950: #020931;
}