Navy
#081049
BlueColor Codes
All color formats for development
HEX
#081049RGB
rgb(8, 16, 73)HSL
hsl(233, 80%, 16%)OKLCH
oklch(0.217 0.105 268.6)CMYK
cmyk(89%, 78%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070E42
2#070D3B
3#060B33
4#05092C
5#040825
6#03061D
7#020516
8#02030F
9#010207
Tints
Lighter variations
1#0C1870
2#112097
3#1529BD
4#1931E4
5#3E52EA
6#6575EE
7#8B97F2
8#B2BAF6
9#D8DCFB
Tones
Muted variations
1#0B1246
2#0F1543
3#121740
4#151A3C
5#181C39
6#1C1F36
7#1F2133
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C3CAF8;
--navy-300: #95A0F3;
--navy-400: #5E6FED;
--navy-500: #3046E8;
--navy-600: #162BCA;
--navy-700: #1223A1;
--navy-800: #0D1973;
--navy-900: #081049;
--navy-950: #050A2E;
}