Navy
#081449
BlueColor Codes
All color formats for development
HEX
#081449RGB
rgb(8, 20, 73)HSL
hsl(229, 80%, 16%)OKLCH
oklch(0.225 0.099 267.2)CMYK
cmyk(89%, 73%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071242
2#07103B
3#060E33
4#050C2C
5#040A25
6#03081D
7#020616
8#02040F
9#010207
Tints
Lighter variations
1#0C1F70
2#112997
3#1534BD
4#193EE4
5#3E5EEA
6#657EEE
7#8B9EF2
8#B2BEF6
9#D8DFFB
Tones
Muted variations
1#0B1646
2#0F1843
3#121A40
4#151C3C
5#181E39
6#1C2136
7#1F2333
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 | C3CD #C3CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A7 #95A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5E79 #5E79ED | Disabled statesSecondary iconsMuted text |
| 500 | 3052 #3052E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1637 #1637CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122C #122CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1F #0D1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #081449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE4FB;
--navy-200: #C3CDF8;
--navy-300: #95A7F3;
--navy-400: #5E79ED;
--navy-500: #3052E8;
--navy-600: #1637CA;
--navy-700: #122CA1;
--navy-800: #0D1F73;
--navy-900: #081449;
--navy-950: #050D2E;
}