Navy
#0C1173
BlueColor Codes
All color formats for development
HEX
#0C1173RGB
rgb(12, 17, 115)HSL
hsl(237, 81%, 25%)OKLCH
oklch(0.274 0.159 267.9)CMYK
cmyk(90%, 85%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1068
2#0A0E5C
3#080C51
4#070A45
5#06093A
6#05072E
7#040523
8#020317
9#01020C
Tints
Lighter variations
1#101696
2#131CB9
3#1721DB
4#2F39E9
5#525AED
6#757BF0
7#979CF4
8#BABDF8
9#DCDEFB
Tones
Muted variations
1#11166E
2#161B69
3#1C1F64
4#21245F
5#26295A
6#2B2D54
7#30324F
8#35364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF4 | BordersInactive statesPlaceholder text |
| 400 | 5D65 #5D65EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F39 #2F39E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151E #151ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1118 #1118A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C11 #0C1173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DFE0FC;
--navy-200: #C3C6F9;
--navy-300: #959AF4;
--navy-400: #5D65EE;
--navy-500: #2F39E9;
--navy-600: #151ECB;
--navy-700: #1118A2;
--navy-800: #0C1173;
--navy-900: #080B4A;
--navy-950: #05072E;
}