Navy
#0D1473
BlueColor Codes
All color formats for development
HEX
#0D1473RGB
rgb(13, 20, 115)HSL
hsl(236, 80%, 25%)OKLCH
oklch(0.278 0.156 268)CMYK
cmyk(89%, 83%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1267
2#0A105C
3#090E50
4#080C45
5#060A39
6#05082E
7#040622
8#030417
9#01020B
Tints
Lighter variations
1#111995
2#141FB8
3#1825DA
4#303DE8
5#535DEC
6#757DF0
7#989EF4
8#BABEF7
9#DDDFFB
Tones
Muted variations
1#12186E
2#171C69
3#1C2163
4#21255E
5#262A59
6#2B2E54
7#30324F
8#36374A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C3C7F8;
--navy-300: #959CF3;
--navy-400: #5E68ED;
--navy-500: #303DE8;
--navy-600: #1622CA;
--navy-700: #121BA1;
--navy-800: #0D1473;
--navy-900: #080D49;
--navy-950: #05082E;
}