Navy
#0A1248
BlueColor Codes
All color formats for development
HEX
#0A1248RGB
rgb(10, 18, 72)HSL
hsl(232, 76%, 16%)OKLCH
oklch(0.221 0.1 269.3)CMYK
cmyk(86%, 75%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091041
2#080E39
3#070D32
4#060B2B
5#050924
6#04071D
7#030516
8#02040E
9#010207
Tints
Lighter variations
1#0F1C6E
2#142593
3#192FB9
4#1E38DF
5#4358E5
6#687AEA
7#8E9BF0
8#B4BCF5
9#D9DEFA
Tones
Muted variations
1#0D1445
2#101742
3#13193F
4#161B3B
5#191D38
6#1C2035
7#1F2232
8#23242F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A4 #98A4F1 | BordersInactive statesPlaceholder text |
| 400 | 6274 #6274EA | Disabled statesSecondary iconsMuted text |
| 500 | 354C #354CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B32 #1B32C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1528 #15289D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1C #0F1C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A12 #0A1248 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E3FB;
--navy-200: #C5CBF7;
--navy-300: #98A4F1;
--navy-400: #6274EA;
--navy-500: #354CE3;
--navy-600: #1B32C5;
--navy-700: #15289D;
--navy-800: #0F1C70;
--navy-900: #0A1248;
--navy-950: #060B2D;
}