Navy
#042C7B
BlueColor Codes
All color formats for development
HEX
#042C7BRGB
rgb(4, 44, 123)HSL
hsl(220, 94%, 25%)OKLCH
oklch(0.327 0.141 261.9)CMYK
cmyk(97%, 64%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03276F
2#032363
3#031F57
4#021A4A
5#02163E
6#021231
7#010D25
8#010919
9#00040C
Tints
Lighter variations
1#0539A1
2#0646C6
3#0753EB
4#2068F8
5#4581F9
6#6B9BFA
7#90B4FC
8#B5CDFD
9#DAE6FE
Tones
Muted variations
1#0A2E76
2#103070
3#16326A
4#1C3464
5#22365E
6#283858
7#2E3A52
8#343C4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FB | BordersInactive statesPlaceholder text |
| 400 | 528A #528AFA | Disabled statesSecondary iconsMuted text |
| 500 | 2068 #2068F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074D #074DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053D #053DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C4F | 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: #F0F5FF;
--navy-100: #DCE8FE;
--navy-200: #BFD3FD;
--navy-300: #8DB2FB;
--navy-400: #528AFA;
--navy-500: #2068F8;
--navy-600: #074DDA;
--navy-700: #053DAD;
--navy-800: #042C7C;
--navy-900: #021C4F;
--navy-950: #021231;
}