Navy
#091348
BlueColor Codes
All color formats for development
HEX
#091348RGB
rgb(9, 19, 72)HSL
hsl(230, 78%, 16%)OKLCH
oklch(0.222 0.099 268.3)CMYK
cmyk(88%, 74%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081241
2#07103A
3#060E33
4#050C2C
5#040A24
6#04081D
7#030616
8#02040F
9#010207
Tints
Lighter variations
1#0E1E6F
2#122895
3#1732BB
4#1C3DE1
5#405CE7
6#667DEC
7#8D9DF1
8#B3BEF6
9#D9DEFA
Tones
Muted variations
1#0C1645
2#0F1842
3#131A3F
4#161C3C
5#191E39
6#1C2036
7#1F2232
8#22252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A6 #97A6F2 | BordersInactive statesPlaceholder text |
| 400 | 6077 #6077EB | Disabled statesSecondary iconsMuted text |
| 500 | 3351 #3351E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1936 #1936C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142B #142B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1F #0E1F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | 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: #DFE4FB;
--navy-200: #C4CDF8;
--navy-300: #97A6F2;
--navy-400: #6077EB;
--navy-500: #3351E6;
--navy-600: #1936C8;
--navy-700: #142B9F;
--navy-800: #0E1F71;
--navy-900: #091449;
--navy-950: #060C2D;
}