Navy
#091949
BlueColor Codes
All color formats for development
HEX
#091949RGB
rgb(9, 25, 73)HSL
hsl(225, 78%, 16%)OKLCH
oklch(0.236 0.092 265.5)CMYK
cmyk(88%, 66%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081641
2#07143A
3#061133
4#050F2C
5#040C24
6#040A1D
7#030716
8#02050F
9#010207
Tints
Lighter variations
1#0E266F
2#123395
3#1740BB
4#1C4DE1
5#406AE7
6#6688EC
7#8DA6F1
8#B3C3F6
9#D9E1FA
Tones
Muted variations
1#0C1A45
2#0F1C42
3#131E3F
4#161F3C
5#192139
6#1C2236
7#1F2432
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C4D1F8;
--navy-300: #97ADF2;
--navy-400: #6083EB;
--navy-500: #335FE6;
--navy-600: #1944C8;
--navy-700: #14369F;
--navy-800: #0E2771;
--navy-900: #091949;
--navy-950: #06102D;
}