Navy
#0D2372
BlueColor Codes
All color formats for development
HEX
#0D2372RGB
rgb(13, 35, 114)HSL
hsl(227, 80%, 25%)OKLCH
oklch(0.302 0.138 265.8)CMYK
cmyk(89%, 69%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1F67
2#0A1C5C
3#091850
4#081545
5#061139
6#050E2E
7#040A22
8#030717
9#01030B
Tints
Lighter variations
1#112D95
2#1438B8
3#1842DA
4#3058E8
5#5374EC
6#7590F0
7#98ACF4
8#BAC7F7
9#DDE3FB
Tones
Muted variations
1#12266E
2#172969
3#1C2C63
4#212E5E
5#263159
6#2B3454
7#30374F
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AA #95AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5E7D #5E7DED | Disabled statesSecondary iconsMuted text |
| 500 | 3058 #3058E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163D #163DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1231 #1231A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #081649 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C3CFF8;
--navy-300: #95AAF3;
--navy-400: #5E7DED;
--navy-500: #3058E8;
--navy-600: #163DCA;
--navy-700: #1231A1;
--navy-800: #0D2373;
--navy-900: #081649;
--navy-950: #050E2E;
}