Navy
#062E7A
BlueColor Codes
All color formats for development
HEX
#062E7ARGB
rgb(6, 46, 122)HSL
hsl(219, 91%, 25%)OKLCH
oklch(0.331 0.137 261.7)CMYK
cmyk(95%, 62%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052A6E
2#052561
3#042055
4#031C49
5#03173D
6#021331
7#020E25
8#010918
9#01050C
Tints
Lighter variations
1#073C9E
2#094AC3
3#0B58E7
4#246DF5
5#4885F6
6#6D9EF8
7#91B6FA
8#B6CEFC
9#DAE7FD
Tones
Muted variations
1#0C3074
2#11326E
3#173468
4#1D3563
5#23375D
6#293957
7#2E3B51
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 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB4 #8FB4FA | BordersInactive statesPlaceholder text |
| 400 | 558D #558DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 246D #246DF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A52 #0A52D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0841 #0841AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062E #062E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE8FD;
--navy-200: #C0D5FC;
--navy-300: #8FB4FA;
--navy-400: #558DF7;
--navy-500: #246DF5;
--navy-600: #0A52D6;
--navy-700: #0841AA;
--navy-800: #062E7A;
--navy-900: #041E4E;
--navy-950: #021331;
}