Navy
#0A1148
BlueColor Codes
All color formats for development
HEX
#0A1148RGB
rgb(10, 17, 72)HSL
hsl(233, 76%, 16%)OKLCH
oklch(0.219 0.101 269.6)CMYK
cmyk(86%, 76%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090F41
2#080E39
3#070C32
4#060A2B
5#050924
6#04071D
7#030516
8#02030E
9#010207
Tints
Lighter variations
1#0F1A6E
2#142393
3#192CB9
4#1E35DF
5#4355E5
6#6877EA
7#8E99F0
8#B4BBF5
9#D9DDFA
Tones
Muted variations
1#0D1345
2#101642
3#13183F
4#161B3B
5#191D38
6#1C1F35
7#1F2232
8#23242F
9#26262C
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 | 98A2 #98A2F1 | BordersInactive statesPlaceholder text |
| 400 | 6272 #6272EA | Disabled statesSecondary iconsMuted text |
| 500 | 3549 #3549E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2F #1B2FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1B #0F1B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A11 #0A1148 | 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: #98A2F1;
--navy-400: #6272EA;
--navy-500: #3549E3;
--navy-600: #1B2FC5;
--navy-700: #15259D;
--navy-800: #0F1B70;
--navy-900: #0A1148;
--navy-950: #060B2D;
}