Navy
#0D1A73
BlueColor Codes
All color formats for development
HEX
#0D1A73RGB
rgb(13, 26, 115)HSL
hsl(232, 80%, 25%)OKLCH
oklch(0.287 0.15 267.4)CMYK
cmyk(89%, 77%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1867
2#0A155C
3#091250
4#081045
5#060D39
6#050B2E
7#040822
8#030517
9#01030B
Tints
Lighter variations
1#112295
2#142AB8
3#1832DA
4#3049E8
5#5367EC
6#7586F0
7#98A4F4
8#BAC2F7
9#DDE1FB
Tones
Muted variations
1#121E6E
2#172269
3#1C2663
4#21295E
5#262D59
6#2B3154
7#30354F
8#36384A
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 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E71 #5E71ED | Disabled statesSecondary iconsMuted text |
| 500 | 3049 #3049E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162E #162ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1225 #1225A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1A #0D1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #081149 | 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: #C3CAF8;
--navy-300: #95A2F3;
--navy-400: #5E71ED;
--navy-500: #3049E8;
--navy-600: #162ECA;
--navy-700: #1225A1;
--navy-800: #0D1A73;
--navy-900: #081149;
--navy-950: #050B2E;
}