Navy
#0D2673
BlueColor Codes
All color formats for development
HEX
#0D2673RGB
rgb(13, 38, 115)HSL
hsl(225, 80%, 25%)OKLCH
oklch(0.309 0.136 265)CMYK
cmyk(89%, 67%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2267
2#0A1F5C
3#091B50
4#081745
5#061339
6#050F2E
7#040B22
8#030817
9#01040B
Tints
Lighter variations
1#113295
2#143DB8
3#1849DA
4#305EE8
5#5379EC
6#7594F0
7#98AFF4
8#BAC9F7
9#DDE4FB
Tones
Muted variations
1#12296E
2#172B69
3#1C2E63
4#21305E
5#263359
6#2B3654
7#30384F
8#363B4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C3D1F8;
--navy-300: #95ADF3;
--navy-400: #5E82ED;
--navy-500: #305EE8;
--navy-600: #1643CA;
--navy-700: #1236A1;
--navy-800: #0D2673;
--navy-900: #081849;
--navy-950: #050F2E;
}