Navy
#042E7C
BlueColor Codes
All color formats for development
HEX
#042E7CRGB
rgb(4, 46, 124)HSL
hsl(219, 94%, 25%)OKLCH
oklch(0.332 0.14 261.5)CMYK
cmyk(97%, 63%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03296F
2#032563
3#032057
4#021B4A
5#02173E
6#021231
7#010E25
8#010919
9#00050C
Tints
Lighter variations
1#053CA1
2#0649C6
3#0757EB
4#206CF8
5#4584F9
6#6B9DFA
7#90B5FC
8#B5CEFD
9#DAE6FE
Tones
Muted variations
1#0A3076
2#103170
3#16336A
4#1C3564
5#22375E
6#283958
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 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB4 #8DB4FB | BordersInactive statesPlaceholder text |
| 400 | 528D #528DFA | Disabled statesSecondary iconsMuted text |
| 500 | 206C #206CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0751 #0751DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0540 #0540AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D4F | 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: #BFD5FD;
--navy-300: #8DB4FB;
--navy-400: #528DFA;
--navy-500: #206CF8;
--navy-600: #0751DA;
--navy-700: #0540AD;
--navy-800: #042E7C;
--navy-900: #021D4F;
--navy-950: #021231;
}