Navy
#0B1647
BlueColor Codes
All color formats for development
HEX
#0B1647RGB
rgb(11, 22, 71)HSL
hsl(229, 73%, 16%)OKLCH
oklch(0.229 0.093 268.2)CMYK
cmyk(85%, 69%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1440
2#091238
3#080F31
4#070D2A
5#060B23
6#04091C
7#030715
8#02040E
9#010207
Tints
Lighter variations
1#11216C
2#172D91
3#1C38B6
4#2244DB
5#4662E2
6#6B82E8
7#90A1EE
8#B5C0F3
9#DAE0F9
Tones
Muted variations
1#0E1844
2#111A41
3#141C3E
4#171D3B
5#1A1F38
6#1D2135
7#202332
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA9 #9AA9EF | BordersInactive statesPlaceholder text |
| 400 | 657C #657CE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3857 #3857E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3C #1E3CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1830 #18309A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1122 #11226E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B16 #0B1647 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E5FA;
--navy-200: #C6CFF6;
--navy-300: #9AA9EF;
--navy-400: #657CE7;
--navy-500: #3857E0;
--navy-600: #1E3CC2;
--navy-700: #18309A;
--navy-800: #11226E;
--navy-900: #0B1647;
--navy-950: #070E2C;
}