Navy
#0C1346
BlueColor Codes
All color formats for development
HEX
#0C1346RGB
rgb(12, 19, 70)HSL
hsl(233, 71%, 16%)OKLCH
oklch(0.222 0.095 270.3)CMYK
cmyk(83%, 73%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B113F
2#090F38
3#080D31
4#070B2A
5#060923
6#05071C
7#040615
8#02040E
9#010207
Tints
Lighter variations
1#121C6A
2#18268F
3#1E30B4
4#253AD8
5#485AE0
6#6C7BE6
7#919CEC
8#B6BDF3
9#DADEF9
Tones
Muted variations
1#0F1543
2#121740
3#15193D
4#171B3A
5#1A1E37
6#1D2034
7#202231
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 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA4 #9BA4EE | BordersInactive statesPlaceholder text |
| 400 | 6675 #6675E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B4E #3B4EDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2133 #2133C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A29 #1A2999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1346 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E3FA;
--navy-200: #C6CCF5;
--navy-300: #9BA4EE;
--navy-400: #6675E5;
--navy-500: #3B4EDE;
--navy-600: #2133C0;
--navy-700: #1A2999;
--navy-800: #121D6D;
--navy-900: #0C1346;
--navy-950: #070C2C;
}