Navy
#103170
BlueColor Codes
All color formats for development
HEX
#103170RGB
rgb(16, 49, 112)HSL
hsl(219, 75%, 25%)OKLCH
oklch(0.331 0.116 261.7)CMYK
cmyk(86%, 56%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2C64
2#0D2859
3#0B234E
4#0A1E43
5#081938
6#06142D
7#050F21
8#030A16
9#02050B
Tints
Lighter variations
1#154091
2#194FB3
3#1E5ED4
4#3672E2
5#588AE7
6#79A1EC
7#9BB9F1
8#BCD0F5
9#DEE8FA
Tones
Muted variations
1#15336B
2#193466
3#1E3661
4#23375C
5#283958
6#2D3A53
7#313B4E
8#363D49
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F6FD;
--navy-100: #E0E9FB;
--navy-200: #C5D6F7;
--navy-300: #98B7F0;
--navy-400: #6392E9;
--navy-500: #3672E2;
--navy-600: #1C57C4;
--navy-700: #16459C;
--navy-800: #103170;
--navy-900: #0A2047;
--navy-950: #06142D;
}