Navy
#052A7A
BlueColor Codes
All color formats for development
HEX
#052A7ARGB
rgb(5, 42, 122)HSL
hsl(221, 92%, 25%)OKLCH
oklch(0.322 0.142 262.6)CMYK
cmyk(96%, 66%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05266E
2#042262
3#041E56
4#031949
5#03153D
6#021131
7#020D25
8#010818
9#01040C
Tints
Lighter variations
1#07379F
2#0844C4
3#0A50E9
4#2366F6
5#477FF7
6#6C99F9
7#91B2FA
8#B6CCFC
9#DAE5FD
Tones
Muted variations
1#0B2C75
2#112F6F
3#173169
4#1D3363
5#22355D
6#283757
7#2E3951
8#343B4B
9#3A3E46
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 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FE;
--navy-200: #BFD3FC;
--navy-300: #8EB1FA;
--navy-400: #5488F8;
--navy-500: #2366F6;
--navy-600: #094AD7;
--navy-700: #073BAB;
--navy-800: #052A7A;
--navy-900: #031B4E;
--navy-950: #021131;
}