Navy
#0A1548
BlueColor Codes
All color formats for development
HEX
#0A1548RGB
rgb(10, 21, 72)HSL
hsl(229, 76%, 16%)OKLCH
oklch(0.227 0.096 268.1)CMYK
cmyk(86%, 71%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091341
2#081139
3#070F32
4#060D2B
5#050B24
6#04081D
7#030616
8#02040E
9#010207
Tints
Lighter variations
1#0F206E
2#142B93
3#1936B9
4#1E42DF
5#4360E5
6#6880EA
7#8EA0F0
8#B4C0F5
9#D9DFFA
Tones
Muted variations
1#0D1745
2#101942
3#131B3F
4#161D3B
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 | C5CE #C5CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A8 #98A8F1 | BordersInactive statesPlaceholder text |
| 400 | 627B #627BEA | Disabled statesSecondary iconsMuted text |
| 500 | 3555 #3555E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3A #1B3AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A15 #0A1548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E5FB;
--navy-200: #C5CEF7;
--navy-300: #98A8F1;
--navy-400: #627BEA;
--navy-500: #3555E3;
--navy-600: #1B3AC5;
--navy-700: #152E9D;
--navy-800: #0F2170;
--navy-900: #0A1548;
--navy-950: #060D2D;
}