Navy
#0C1A73
BlueColor Codes
All color formats for development
HEX
#0C1A73RGB
rgb(12, 26, 115)HSL
hsl(232, 81%, 25%)OKLCH
oklch(0.287 0.15 267.1)CMYK
cmyk(90%, 77%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1768
2#0A155C
3#081251
4#071045
5#060D3A
6#050A2E
7#040823
8#020517
9#01030C
Tints
Lighter variations
1#102296
2#1329B9
3#1731DB
4#2F48E9
5#5267ED
6#7585F0
7#97A4F4
8#BAC2F8
9#DCE1FB
Tones
Muted variations
1#111E6E
2#162169
3#1C2564
4#21295F
5#262D5A
6#2B3154
7#30344F
8#35384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F4 | BordersInactive statesPlaceholder text |
| 400 | 5D71 #5D71EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F48 #2F48E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152E #152ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1124 #1124A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1A #0C1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #08114A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DFE3FC;
--navy-200: #C3CAF9;
--navy-300: #95A2F4;
--navy-400: #5D71EE;
--navy-500: #2F48E9;
--navy-600: #152ECB;
--navy-700: #1124A2;
--navy-800: #0C1A73;
--navy-900: #08114A;
--navy-950: #050A2E;
}