Navy
#0B1347
BlueColor Codes
All color formats for development
HEX
#0B1347RGB
rgb(11, 19, 71)HSL
hsl(232, 73%, 16%)OKLCH
oklch(0.222 0.097 269.6)CMYK
cmyk(85%, 73%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1140
2#090F38
3#080D31
4#070B2A
5#060923
6#04081C
7#030615
8#02040E
9#010207
Tints
Lighter variations
1#111D6C
2#172791
3#1C31B6
4#223BDB
5#465BE2
6#6B7BE8
7#909CEE
8#B5BDF3
9#DADEF9
Tones
Muted variations
1#0E1544
2#111741
3#141A3E
4#171C3B
5#1A1E38
6#1D2035
7#202232
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 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA5 #9AA5EF | BordersInactive statesPlaceholder text |
| 400 | 6576 #6576E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384F #384FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E34 #1E34C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1829 #18299A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111E #111E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B13 #0B1347 | 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: #E0E4FA;
--navy-200: #C6CCF6;
--navy-300: #9AA5EF;
--navy-400: #6576E7;
--navy-500: #384FE0;
--navy-600: #1E34C2;
--navy-700: #18299A;
--navy-800: #111E6E;
--navy-900: #0B1347;
--navy-950: #070C2C;
}