Navy
#05144D
BlueColor Codes
All color formats for development
HEX
#05144DRGB
rgb(5, 20, 77)HSL
hsl(228, 88%, 16%)OKLCH
oklch(0.228 0.106 265.5)CMYK
cmyk(94%, 74%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041145
2#040F3D
3#030D36
4#030C2E
5#020A26
6#02081F
7#010617
8#01040F
9#000208
Tints
Lighter variations
1#071D75
2#0A279D
3#0D32C6
4#0F3CEE
5#365BF2
6#5E7CF5
7#869DF7
8#AEBEFA
9#D7DEFC
Tones
Muted variations
1#081549
2#0C1846
3#101A42
4#131C3E
5#171E3B
6#1A2037
7#1E2234
8#222430
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE4FD;
--navy-200: #C1CCFB;
--navy-300: #91A5F8;
--navy-400: #5777F4;
--navy-500: #2750F1;
--navy-600: #0D35D3;
--navy-700: #0B2AA8;
--navy-800: #081E78;
--navy-900: #05134D;
--navy-950: #030C30;
}