Navy
#052C7A
BlueColor Codes
All color formats for development
HEX
#052C7ARGB
rgb(5, 44, 122)HSL
hsl(220, 92%, 25%)OKLCH
oklch(0.326 0.139 262.1)CMYK
cmyk(96%, 64%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05286E
2#042362
3#041F56
4#031B49
5#03163D
6#021231
7#020D25
8#010918
9#01040C
Tints
Lighter variations
1#07399F
2#0847C4
3#0A54E9
4#2369F6
5#4782F7
6#6C9BF9
7#91B4FA
8#B6CDFC
9#DAE6FD
Tones
Muted variations
1#0B2E75
2#11306F
3#173269
4#1D3463
5#22365D
6#283857
7#2E3A51
8#343C4B
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE8FE;
--navy-200: #BFD4FC;
--navy-300: #8EB2FA;
--navy-400: #548AF8;
--navy-500: #2369F6;
--navy-600: #094ED7;
--navy-700: #073EAB;
--navy-800: #052C7A;
--navy-900: #031C4E;
--navy-950: #021231;
}