Navy
#0A1948
BlueColor Codes
All color formats for development
HEX
#0A1948RGB
rgb(10, 25, 72)HSL
hsl(225, 76%, 16%)OKLCH
oklch(0.236 0.09 266)CMYK
cmyk(86%, 65%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091741
2#081439
3#071232
4#060F2B
5#050D24
6#040A1D
7#030816
8#02050E
9#010307
Tints
Lighter variations
1#0F276E
2#143493
3#1941B9
4#1E4EDF
5#436BE5
6#6889EA
7#8EA6F0
8#B4C4F5
9#D9E1FA
Tones
Muted variations
1#0D1B45
2#101C42
3#131E3F
4#161F3B
5#192138
6#1C2335
7#1F2432
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF1 | BordersInactive statesPlaceholder text |
| 400 | 6284 #6284EA | Disabled statesSecondary iconsMuted text |
| 500 | 3561 #3561E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B46 #1B46C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1537 #15379D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F28 #0F2870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1948 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E6FB;
--navy-200: #C5D1F7;
--navy-300: #98AEF1;
--navy-400: #6284EA;
--navy-500: #3561E3;
--navy-600: #1B46C5;
--navy-700: #15379D;
--navy-800: #0F2870;
--navy-900: #0A1948;
--navy-950: #06102D;
}