Navy
#0A1448
BlueColor Codes
All color formats for development
HEX
#0A1448RGB
rgb(10, 20, 72)HSL
hsl(230, 76%, 16%)OKLCH
oklch(0.225 0.097 268.5)CMYK
cmyk(86%, 72%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091241
2#081039
3#070E32
4#060C2B
5#050A24
6#04081D
7#030616
8#02040E
9#010207
Tints
Lighter variations
1#0F1F6E
2#142993
3#1934B9
4#1E3EDF
5#435EE5
6#687EEA
7#8E9EF0
8#B4BEF5
9#D9DFFA
Tones
Muted variations
1#0D1645
2#101842
3#131A3F
4#161C3B
5#191E38
6#1C2135
7#1F2332
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F1 | BordersInactive statesPlaceholder text |
| 400 | 6279 #6279EA | Disabled statesSecondary iconsMuted text |
| 500 | 3552 #3552E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B37 #1B37C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152C #152C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1F #0F1F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1448 | 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: #F2F3FD;
--navy-100: #E0E4FB;
--navy-200: #C5CDF7;
--navy-300: #98A7F1;
--navy-400: #6279EA;
--navy-500: #3552E3;
--navy-600: #1B37C5;
--navy-700: #152C9D;
--navy-800: #0F1F70;
--navy-900: #0A1448;
--navy-950: #060D2D;
}