Navy
#0C1D73
BlueColor Codes
All color formats for development
HEX
#0C1D73RGB
rgb(12, 29, 115)HSL
hsl(230, 81%, 25%)OKLCH
oklch(0.292 0.147 266.6)CMYK
cmyk(90%, 75%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1A68
2#0A175C
3#081551
4#071245
5#060F3A
6#050C2E
7#040923
8#020617
9#01030C
Tints
Lighter variations
1#102696
2#132FB9
3#1738DB
4#2F4EE9
5#526CED
6#7589F0
7#97A7F4
8#BAC4F8
9#DCE2FB
Tones
Muted variations
1#11216E
2#162469
3#1C2864
4#212B5F
5#262F5A
6#2B3254
7#30354F
8#35394A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D76 #5D76EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4E #2F4EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1534 #1534CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1129 #1129A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1D #0C1D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #08134A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DFE4FC;
--navy-200: #C3CCF9;
--navy-300: #95A5F4;
--navy-400: #5D76EE;
--navy-500: #2F4EE9;
--navy-600: #1534CB;
--navy-700: #1129A2;
--navy-800: #0C1D73;
--navy-900: #08134A;
--navy-950: #050C2E;
}