Navy
#031D4F
BlueColor Codes
All color formats for development
HEX
#031D4FRGB
rgb(3, 29, 79)HSL
hsl(219, 93%, 16%)OKLCH
oklch(0.249 0.098 261.1)CMYK
cmyk(96%, 63%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031A47
2#02183F
3#021537
4#02122F
5#010F27
6#010C1F
7#010918
8#010610
9#000308
Tints
Lighter variations
1#042D78
2#063CA1
3#074CCB
4#095BF4
5#3076F8
6#5A91F9
7#83ADFB
8#ACC8FC
9#D6E4FE
Tones
Muted variations
1#071F4B
2#0A2047
3#0E2143
4#122240
5#16233C
6#1A2438
7#1D2534
8#212730
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB4 #8EB4FB | BordersInactive statesPlaceholder text |
| 400 | 538D #538DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 226C #226CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0851 #0851D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0640 #0640AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031D #031D4F | 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: #F0F5FE;
--navy-100: #DDE8FE;
--navy-200: #BFD5FD;
--navy-300: #8EB4FB;
--navy-400: #538DF9;
--navy-500: #226CF7;
--navy-600: #0851D9;
--navy-700: #0640AC;
--navy-800: #042E7B;
--navy-900: #031D4F;
--navy-950: #021231;
}