Navy
#071A4A
BlueColor Codes
All color formats for development
HEX
#071A4ARGB
rgb(7, 26, 74)HSL
hsl(223, 83%, 16%)OKLCH
oklch(0.239 0.093 264)CMYK
cmyk(91%, 65%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061843
2#06153C
3#051234
4#04102D
5#030D25
6#030A1E
7#020816
8#01050F
9#010307
Tints
Lighter variations
1#0B2872
2#0E3699
3#1243C0
4#1651E7
5#3B6DED
6#628BF0
7#89A8F4
8#B1C5F8
9#D8E2FB
Tones
Muted variations
1#0A1C47
2#0E1D44
3#111F41
4#14203D
5#18213A
6#1B2336
7#1F2433
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AF #94AFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C86 #5C86F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D63 #2D63EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1348 #1348CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F39 #0F39A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B29 #0B2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D2F9;
--navy-300: #94AFF5;
--navy-400: #5C86F0;
--navy-500: #2D63EB;
--navy-600: #1348CD;
--navy-700: #0F39A3;
--navy-800: #0B2975;
--navy-900: #071A4B;
--navy-950: #04102F;
}