Navy
#081B49
BlueColor Codes
All color formats for development
HEX
#081B49RGB
rgb(8, 27, 73)HSL
hsl(222, 80%, 16%)OKLCH
oklch(0.241 0.089 263.8)CMYK
cmyk(89%, 63%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071942
2#07163B
3#061333
4#05112C
5#040E25
6#030B1D
7#020816
8#02060F
9#010307
Tints
Lighter variations
1#0C2A70
2#113997
3#1547BD
4#1956E4
5#3E72EA
6#658EEE
7#8BAAF2
8#B2C6F6
9#D8E3FB
Tones
Muted variations
1#0B1D46
2#0F1E43
3#122040
4#15213C
5#182239
6#1C2436
7#1F2533
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D3 #C3D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B2 #95B2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E89 #5E89ED | Disabled statesSecondary iconsMuted text |
| 500 | 3068 #3068E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164C #164CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123D #123DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2B #0D2B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081C #081C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C3D3F8;
--navy-300: #95B2F3;
--navy-400: #5E89ED;
--navy-500: #3068E8;
--navy-600: #164CCA;
--navy-700: #123DA1;
--navy-800: #0D2B73;
--navy-900: #081C49;
--navy-950: #05112E;
}