Navy
#0A1648
BlueColor Codes
All color formats for development
HEX
#0A1648RGB
rgb(10, 22, 72)HSL
hsl(228, 76%, 16%)OKLCH
oklch(0.229 0.094 267.6)CMYK
cmyk(86%, 69%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091441
2#081239
3#071032
4#060D2B
5#050B24
6#04091D
7#030716
8#02040E
9#010207
Tints
Lighter variations
1#0F226E
2#142E93
3#1939B9
4#1E45DF
5#4363E5
6#6882EA
7#8EA1F0
8#B4C1F5
9#D9E0FA
Tones
Muted variations
1#0D1845
2#101A42
3#131C3F
4#161E3B
5#191F38
6#1C2135
7#1F2332
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E5FB;
--navy-200: #C5CFF7;
--navy-300: #98AAF1;
--navy-400: #627DEA;
--navy-500: #3558E3;
--navy-600: #1B3DC5;
--navy-700: #15319D;
--navy-800: #0F2370;
--navy-900: #0A1648;
--navy-950: #060E2D;
}