Navy
#062979
BlueColor Codes
All color formats for development
HEX
#062979RGB
rgb(6, 41, 121)HSL
hsl(222, 91%, 25%)OKLCH
oklch(0.319 0.142 263)CMYK
cmyk(95%, 66%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05246E
2#052061
3#041C55
4#031849
5#03143D
6#021031
7#020C25
8#010818
9#01040C
Tints
Lighter variations
1#07359E
2#0941C3
3#0B4DE7
4#2462F5
5#487DF6
6#6D97F8
7#91B1FA
8#B6CBFC
9#DAE5FD
Tones
Muted variations
1#0C2B74
2#112D6E
3#173068
4#1D3263
5#23345D
6#293657
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 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAF #8FAFFA | BordersInactive statesPlaceholder text |
| 400 | 5585 #5585F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2462 #2462F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A47 #0A47D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0839 #0839AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #06297A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | 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: #DDE7FD;
--navy-200: #C0D2FC;
--navy-300: #8FAFFA;
--navy-400: #5585F7;
--navy-500: #2462F5;
--navy-600: #0A47D6;
--navy-700: #0839AA;
--navy-800: #06297A;
--navy-900: #041A4E;
--navy-950: #021031;
}