Navy
#091748
BlueColor Codes
All color formats for development
HEX
#091748RGB
rgb(9, 23, 72)HSL
hsl(227, 78%, 16%)OKLCH
oklch(0.231 0.093 266.5)CMYK
cmyk(88%, 68%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081441
2#07123A
3#061033
4#050E2C
5#040B24
6#04091D
7#030716
8#02050F
9#010207
Tints
Lighter variations
1#0E236F
2#122F95
3#173BBB
4#1C47E1
5#4065E7
6#6683EC
7#8DA2F1
8#B3C1F6
9#D9E0FA
Tones
Muted variations
1#0C1945
2#0F1A42
3#131C3F
4#161E3C
5#192039
6#1C2236
7#1F2332
8#22252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C4CFF8;
--navy-300: #97AAF2;
--navy-400: #607EEB;
--navy-500: #335AE6;
--navy-600: #193FC8;
--navy-700: #14329F;
--navy-800: #0E2471;
--navy-900: #091749;
--navy-950: #060E2D;
}