Navy
#091849
BlueColor Codes
All color formats for development
HEX
#091849RGB
rgb(9, 24, 73)HSL
hsl(226, 78%, 16%)OKLCH
oklch(0.234 0.093 266.1)CMYK
cmyk(88%, 67%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081541
2#07133A
3#061133
4#050E2C
5#040C24
6#040A1D
7#030716
8#02050F
9#010207
Tints
Lighter variations
1#0E246F
2#123195
3#173DBB
4#1C4AE1
5#4067E7
6#6686EC
7#8DA4F1
8#B3C2F6
9#D9E1FA
Tones
Muted variations
1#0C1A45
2#0F1B42
3#131D3F
4#161F3C
5#192039
6#1C2236
7#1F2432
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 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C4D0F8;
--navy-300: #97ACF2;
--navy-400: #6081EB;
--navy-500: #335DE6;
--navy-600: #1942C8;
--navy-700: #14349F;
--navy-800: #0E2571;
--navy-900: #091849;
--navy-950: #060F2D;
}