Navy
#0E2F71
BlueColor Codes
All color formats for development
HEX
#0E2F71RGB
rgb(14, 47, 113)HSL
hsl(220, 78%, 25%)OKLCH
oklch(0.327 0.121 262.1)CMYK
cmyk(88%, 58%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2A66
2#0B265B
3#0A214F
4#081C44
5#071839
6#06132D
7#040E22
8#030917
9#01050B
Tints
Lighter variations
1#123D94
2#164BB6
3#1B5AD8
4#336EE6
5#5587EA
6#779FEE
7#99B7F2
8#BBCFF7
9#DDE7FB
Tones
Muted variations
1#13316D
2#183268
3#1D3463
4#22365E
5#273759
6#2C3954
7#313B4F
8#363C4A
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 608F #608FEB | Disabled statesSecondary iconsMuted text |
| 500 | 336E #336EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1953 #1953C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1442 #14429F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2F #0E2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE9FB;
--navy-200: #C4D5F8;
--navy-300: #97B5F2;
--navy-400: #608FEB;
--navy-500: #336EE6;
--navy-600: #1953C8;
--navy-700: #14429F;
--navy-800: #0E2F71;
--navy-900: #091E49;
--navy-950: #06132D;
}