Navy
#0D2572
BlueColor Codes
All color formats for development
HEX
#0D2572RGB
rgb(13, 37, 114)HSL
hsl(226, 80%, 25%)OKLCH
oklch(0.306 0.135 265.3)CMYK
cmyk(89%, 68%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2167
2#0A1D5C
3#091A50
4#081645
5#061239
6#050F2E
7#040B22
8#030717
9#01040B
Tints
Lighter variations
1#113095
2#143AB8
3#1845DA
4#305BE8
5#5377EC
6#7592F0
7#98ADF4
8#BAC8F7
9#DDE4FB
Tones
Muted variations
1#12276E
2#172A69
3#1C2D63
4#212F5E
5#263259
6#2B3554
7#30384F
8#363A4A
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 | C3D0 #C3D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF3 | BordersInactive statesPlaceholder text |
| 400 | 5E80 #5E80ED | Disabled statesSecondary iconsMuted text |
| 500 | 305B #305BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1640 #1640CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1233 #1233A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #081749 | 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: #C3D0F8;
--navy-300: #95ABF3;
--navy-400: #5E80ED;
--navy-500: #305BE8;
--navy-600: #1640CA;
--navy-700: #1233A1;
--navy-800: #0D2573;
--navy-900: #081749;
--navy-950: #050F2E;
}