Navy
#081977
BlueColor Codes
All color formats for development
HEX
#081977RGB
rgb(8, 25, 119)HSL
hsl(231, 87%, 25%)OKLCH
oklch(0.289 0.157 266)CMYK
cmyk(93%, 79%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07166B
2#07145F
3#061153
4#050F48
5#040C3C
6#030A30
7#020724
8#020518
9#01020C
Tints
Lighter variations
1#0B209B
2#0D28BF
3#102FE3
4#2846F0
5#4C65F3
6#7084F5
7#94A3F8
8#B7C1FA
9#DBE0FD
Tones
Muted variations
1#0E1D72
2#13216C
3#192567
4#1E2861
5#242C5B
6#2A3056
7#2F3450
8#35384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A1 #91A1F7 | BordersInactive statesPlaceholder text |
| 400 | 586F #586FF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2846 #2846F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F2C #0F2CD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C23 #0C23A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0819 #081977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104C | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE2FD;
--navy-200: #C1CAFB;
--navy-300: #91A1F7;
--navy-400: #586FF3;
--navy-500: #2846F0;
--navy-600: #0F2CD2;
--navy-700: #0C23A7;
--navy-800: #081977;
--navy-900: #05104C;
--navy-950: #030A30;
}