Navy
#091349
BlueColor Codes
All color formats for development
HEX
#091349RGB
rgb(9, 19, 73)HSL
hsl(231, 78%, 16%)OKLCH
oklch(0.223 0.1 268.2)CMYK
cmyk(88%, 74%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081141
2#070F3A
3#060D33
4#050B2C
5#040924
6#04071D
7#030616
8#02040F
9#010207
Tints
Lighter variations
1#0E1C6F
2#122695
3#1730BB
4#1C39E1
5#4059E7
6#667BEC
7#8D9CF1
8#B3BDF6
9#D9DEFA
Tones
Muted variations
1#0C1545
2#0F1742
3#13193F
4#161B3C
5#191E39
6#1C2036
7#1F2232
8#22242F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C4CCF8;
--navy-300: #97A4F2;
--navy-400: #6075EB;
--navy-500: #334EE6;
--navy-600: #1933C8;
--navy-700: #14299F;
--navy-800: #0E1D71;
--navy-900: #091349;
--navy-950: #060C2D;
}