Navy
#08114A
BlueColor Codes
All color formats for development
HEX
#08114ARGB
rgb(8, 17, 74)HSL
hsl(232, 80%, 16%)OKLCH
oklch(0.22 0.105 268.3)CMYK
cmyk(89%, 77%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070F42
2#070D3B
3#060C33
4#050A2C
5#040825
6#03071D
7#020516
8#02030F
9#010207
Tints
Lighter variations
1#0C1A70
2#112397
3#152BBD
4#1934E4
5#3E55EA
6#6577EE
7#8B99F2
8#B2BBF6
9#D8DDFB
Tones
Muted variations
1#0B1346
2#0F1643
3#121840
4#151A3C
5#181D39
6#1C1F36
7#1F2233
8#22242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E71 #5E71ED | Disabled statesSecondary iconsMuted text |
| 500 | 3049 #3049E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162E #162ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1225 #1225A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1A #0D1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #081149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C3CAF8;
--navy-300: #95A2F3;
--navy-400: #5E71ED;
--navy-500: #3049E8;
--navy-600: #162ECA;
--navy-700: #1225A1;
--navy-800: #0D1A73;
--navy-900: #081149;
--navy-950: #050B2E;
}