Navy
#103070
BlueColor Codes
All color formats for development
HEX
#103070RGB
rgb(16, 48, 112)HSL
hsl(220, 75%, 25%)OKLCH
oklch(0.329 0.117 262.1)CMYK
cmyk(86%, 57%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2B64
2#0D2659
3#0B214E
4#0A1D43
5#081838
6#06132D
7#050E21
8#030A16
9#02050B
Tints
Lighter variations
1#153E91
2#194CB3
3#1E5BD4
4#3670E2
5#5887E7
6#799FEC
7#9BB7F1
8#BCCFF5
9#DEE7FA
Tones
Muted variations
1#15316B
2#193366
3#1E3561
4#23365C
5#283858
6#2D3953
7#313B4E
8#363D49
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B6 #98B6F0 | BordersInactive statesPlaceholder text |
| 400 | 638F #638FE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3670 #3670E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C54 #1C54C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1643 #16439C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1030 #103070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1F #0A1F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F5FD;
--navy-100: #E0E9FB;
--navy-200: #C5D6F7;
--navy-300: #98B6F0;
--navy-400: #638FE9;
--navy-500: #3670E2;
--navy-600: #1C54C4;
--navy-700: #16439C;
--navy-800: #103070;
--navy-900: #0A1F47;
--navy-950: #06132D;
}