Navy
#0C1C73
BlueColor Codes
All color formats for development
HEX
#0C1C73RGB
rgb(12, 28, 115)HSL
hsl(231, 81%, 25%)OKLCH
oklch(0.29 0.148 266.8)CMYK
cmyk(90%, 76%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1968
2#0A165C
3#081351
4#071145
5#060E3A
6#050B2E
7#040823
8#020617
9#01030C
Tints
Lighter variations
1#102496
2#132CB9
3#1734DB
4#2F4BE9
5#5269ED
6#7587F0
7#97A5F4
8#BAC3F8
9#DCE1FB
Tones
Muted variations
1#111F6E
2#162369
3#1C2664
4#212A5F
5#262E5A
6#2B3154
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 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A3 #95A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4B #2F4BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1531 #1531CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1127 #1127A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1C #0C1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #08124A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DFE3FC;
--navy-200: #C3CBF9;
--navy-300: #95A3F4;
--navy-400: #5D73EE;
--navy-500: #2F4BE9;
--navy-600: #1531CB;
--navy-700: #1127A2;
--navy-800: #0C1C73;
--navy-900: #08124A;
--navy-950: #050B2E;
}