Navy
#042458
BlueColor Codes
All color formats for development
HEX
#042458RGB
rgb(4, 36, 88)HSL
hsl(217, 91%, 18%)OKLCH
oklch(0.275 0.101 259.8)CMYK
cmyk(95%, 59%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04214F
2#031D46
3#03193D
4#021635
5#02122C
6#020E23
7#010B1A
8#010712
9#000409
Tints
Lighter variations
1#063580
2#0845A8
3#0A56CF
4#0F67F4
5#3780F6
6#5F9AF7
7#87B3F9
8#AFCCFB
9#D7E6FD
Tones
Muted variations
1#082553
2#0C264F
3#11274B
4#152847
5#192943
6#1D2A3F
7#212B3A
8#262C36
9#2A2D32
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB8 #8FB8FA | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2474 #2474F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A58 #0A58D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0846 #0846AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #06327A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FE;
--navy-100: #DDE9FD;
--navy-200: #C0D7FC;
--navy-300: #8FB8FA;
--navy-400: #5593F7;
--navy-500: #2474F5;
--navy-600: #0A58D6;
--navy-700: #0846AA;
--navy-800: #06327A;
--navy-900: #04204E;
--navy-950: #021431;
}