Navy
#05164D
BlueColor Codes
All color formats for development
HEX
#05164DRGB
rgb(5, 22, 77)HSL
hsl(226, 88%, 16%)OKLCH
oklch(0.232 0.104 264.9)CMYK
cmyk(94%, 71%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041345
2#04113D
3#030F36
4#030D2E
5#020B26
6#02091F
7#010617
8#01040F
9#000208
Tints
Lighter variations
1#072175
2#0A2C9D
3#0D38C6
4#0F43EE
5#3662F2
6#5E81F5
7#86A1F7
8#AEC0FA
9#D7E0FC
Tones
Muted variations
1#081849
2#0C1946
3#101B42
4#131D3E
5#171F3B
6#1A2137
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 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | 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: #C1CEFB;
--navy-300: #91A9F8;
--navy-400: #577CF4;
--navy-500: #2756F1;
--navy-600: #0D3CD3;
--navy-700: #0B2FA8;
--navy-800: #082278;
--navy-900: #05164D;
--navy-950: #030E30;
}