Navy
#070D4A
BlueColor Codes
All color formats for development
HEX
#070D4ARGB
rgb(7, 13, 74)HSL
hsl(235, 83%, 16%)OKLCH
oklch(0.212 0.11 268.6)CMYK
cmyk(91%, 82%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060B43
2#060A3C
3#050934
4#04082D
5#030625
6#03051E
7#020416
8#01030F
9#010107
Tints
Lighter variations
1#0B1372
2#0E1A99
3#1220C0
4#1627E7
5#3B4AED
6#626EF0
7#8992F4
8#B1B7F8
9#D8DBFB
Tones
Muted variations
1#0A0F47
2#0E1244
3#111541
4#14183D
5#181B3A
6#1B1E36
7#1F2033
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C7F9;
--navy-300: #949CF5;
--navy-400: #5C68F0;
--navy-500: #2D3DEB;
--navy-600: #1323CD;
--navy-700: #0F1CA3;
--navy-800: #0B1475;
--navy-900: #070D4B;
--navy-950: #04082F;
}