Navy
#091049
BlueColor Codes
All color formats for development
HEX
#091049RGB
rgb(9, 16, 73)HSL
hsl(233, 78%, 16%)OKLCH
oklch(0.217 0.104 269.2)CMYK
cmyk(88%, 78%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080F41
2#070D3A
3#060B33
4#050A2C
5#040824
6#04071D
7#030516
8#02030F
9#010207
Tints
Lighter variations
1#0E196F
2#122295
3#172ABB
4#1C33E1
5#4054E7
6#6676EC
7#8D98F1
8#B3BBF6
9#D9DDFA
Tones
Muted variations
1#0C1345
2#0F1542
3#13183F
4#161A3C
5#191D39
6#1C1F36
7#1F2132
8#22242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C4CAF8;
--navy-300: #97A1F2;
--navy-400: #6070EB;
--navy-500: #3348E6;
--navy-600: #192DC8;
--navy-700: #14249F;
--navy-800: #0E1A71;
--navy-900: #091049;
--navy-950: #060A2D;
}