Navy
#05287A
BlueColor Codes
All color formats for development
HEX
#05287ARGB
rgb(5, 40, 122)HSL
hsl(222, 92%, 25%)OKLCH
oklch(0.318 0.144 263)CMYK
cmyk(96%, 67%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05246E
2#042062
3#041C56
4#031849
5#03143D
6#021031
7#020C25
8#010818
9#01040C
Tints
Lighter variations
1#07349F
2#0840C4
3#0A4DE9
4#2362F6
5#477CF7
6#6C96F9
7#91B1FA
8#B6CBFC
9#DAE5FD
Tones
Muted variations
1#0B2B75
2#112D6F
3#172F69
4#1D3263
5#22345D
6#283657
7#2E3951
8#343B4B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FE;
--navy-200: #BFD2FC;
--navy-300: #8EAFFA;
--navy-400: #5485F8;
--navy-500: #2362F6;
--navy-600: #0947D7;
--navy-700: #0738AB;
--navy-800: #05287A;
--navy-900: #031A4E;
--navy-950: #021031;
}