Navy
#0D1C73
BlueColor Codes
All color formats for development
HEX
#0D1C73RGB
rgb(13, 28, 115)HSL
hsl(231, 80%, 25%)OKLCH
oklch(0.29 0.148 267.1)CMYK
cmyk(89%, 76%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1967
2#0A165C
3#091450
4#081145
5#060E39
6#050B2E
7#040822
8#030617
9#01030B
Tints
Lighter variations
1#112495
2#142DB8
3#1835DA
4#304CE8
5#536AEC
6#7588F0
7#98A5F4
8#BAC3F7
9#DDE1FB
Tones
Muted variations
1#12206E
2#172369
3#1C2763
4#212A5E
5#262E59
6#2B3154
7#30354F
8#36394A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A4 #95A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5E74 #5E74ED | Disabled statesSecondary iconsMuted text |
| 500 | 304C #304CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1631 #1631CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1227 #1227A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #081249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C3CBF8;
--navy-300: #95A4F3;
--navy-400: #5E74ED;
--navy-500: #304CE8;
--navy-600: #1631CA;
--navy-700: #1227A1;
--navy-800: #0D1C73;
--navy-900: #081249;
--navy-950: #050B2E;
}