Navy
#042A7C
BlueColor Codes
All color formats for development
HEX
#042A7CRGB
rgb(4, 42, 124)HSL
hsl(221, 94%, 25%)OKLCH
oklch(0.324 0.145 262.5)CMYK
cmyk(97%, 66%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03266F
2#032163
3#031D57
4#02194A
5#02153E
6#021131
7#010D25
8#010819
9#00040C
Tints
Lighter variations
1#0536A1
2#0643C6
3#074FEB
4#2065F8
5#457EF9
6#6B98FA
7#90B2FC
8#B5CCFD
9#DAE5FE
Tones
Muted variations
1#0A2C76
2#102E70
3#16306A
4#1C3364
5#22355E
6#283758
7#2E3952
8#343B4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FB | BordersInactive statesPlaceholder text |
| 400 | 5287 #5287FA | Disabled statesSecondary iconsMuted text |
| 500 | 2065 #2065F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074A #074ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053A #053AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE7FE;
--navy-200: #BFD2FD;
--navy-300: #8DB0FB;
--navy-400: #5287FA;
--navy-500: #2065F8;
--navy-600: #074ADA;
--navy-700: #053AAD;
--navy-800: #042A7C;
--navy-900: #021B4F;
--navy-950: #021131;
}