Navy
#0E3171
BlueColor Codes
All color formats for development
HEX
#0E3171RGB
rgb(14, 49, 113)HSL
hsl(219, 78%, 25%)OKLCH
oklch(0.331 0.118 261.3)CMYK
cmyk(88%, 57%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2C66
2#0B275B
3#0A224F
4#081D44
5#071839
6#06142D
7#040F22
8#030A17
9#01050B
Tints
Lighter variations
1#123F94
2#164EB6
3#1B5DD8
4#3371E6
5#5589EA
6#77A1EE
7#99B8F2
8#BBD0F7
9#DDE7FB
Tones
Muted variations
1#13326D
2#183468
3#1D3563
4#22375E
5#273859
6#2C3A54
7#313B4F
8#363D4A
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FD;
--navy-100: #DFE9FB;
--navy-200: #C4D6F8;
--navy-300: #97B7F2;
--navy-400: #6091EB;
--navy-500: #3371E6;
--navy-600: #1956C8;
--navy-700: #14449F;
--navy-800: #0E3171;
--navy-900: #091F49;
--navy-950: #06142D;
}