Navy
#0B1446
BlueColor Codes
All color formats for development
HEX
#0B1446RGB
rgb(11, 20, 70)HSL
hsl(231, 73%, 16%)OKLCH
oklch(0.223 0.094 269.2)CMYK
cmyk(84%, 71%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1240
2#091038
3#080E31
4#070C2A
5#060A23
6#04081C
7#030615
8#02040E
9#010207
Tints
Lighter variations
1#111E6C
2#172991
3#1C33B6
4#223EDB
5#465DE2
6#6B7EE8
7#909EEE
8#B5BEF3
9#DADFF9
Tones
Muted variations
1#0E1644
2#111841
3#141A3E
4#171C3B
5#1A1E38
6#1D2035
7#202332
8#23252F
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 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA6 #9AA6EF | BordersInactive statesPlaceholder text |
| 400 | 6578 #6578E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3852 #3852E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E37 #1E37C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182C #182C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111F #111F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1447 | 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: #C6CDF6;
--navy-300: #9AA6EF;
--navy-400: #6578E7;
--navy-500: #3852E0;
--navy-600: #1E37C2;
--navy-700: #182C9A;
--navy-800: #111F6E;
--navy-900: #0B1447;
--navy-950: #070C2C;
}