Navy
#0C1F73
BlueColor Codes
All color formats for development
HEX
#0C1F73RGB
rgb(12, 31, 115)HSL
hsl(229, 81%, 25%)OKLCH
oklch(0.295 0.144 266.3)CMYK
cmyk(90%, 73%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1C68
2#0A195C
3#081651
4#071345
5#06103A
6#050C2E
7#040923
8#020617
9#01030C
Tints
Lighter variations
1#102896
2#1332B9
3#173BDB
4#2F51E9
5#526EED
6#758BF0
7#97A8F4
8#BAC5F8
9#DCE2FB
Tones
Muted variations
1#11226E
2#162669
3#1C2964
4#212C5F
5#262F5A
6#2B3354
7#30364F
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 | C3CD #C3CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A6 #95A6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D78 #5D78EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F51 #2F51E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1537 #1537CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 112B #112BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1F #0C1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #08144A | 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: #C3CDF9;
--navy-300: #95A6F4;
--navy-400: #5D78EE;
--navy-500: #2F51E9;
--navy-600: #1537CB;
--navy-700: #112BA2;
--navy-800: #0C1F73;
--navy-900: #08144A;
--navy-950: #050C2E;
}