Navy
#0D1972
BlueColor Codes
All color formats for development
HEX
#0D1972RGB
rgb(13, 25, 114)HSL
hsl(233, 80%, 25%)OKLCH
oklch(0.284 0.15 267.5)CMYK
cmyk(89%, 78%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1667
2#0A145C
3#091150
4#080F45
5#060C39
6#050A2E
7#040722
8#030517
9#01020B
Tints
Lighter variations
1#112095
2#1427B8
3#182FDA
4#3046E8
5#5365EC
6#7584F0
7#98A2F4
8#BAC1F7
9#DDE0FB
Tones
Muted variations
1#121D6E
2#172069
3#1C2463
4#21285E
5#262C59
6#2B3054
7#30344F
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C3CAF8;
--navy-300: #95A0F3;
--navy-400: #5E6FED;
--navy-500: #3046E8;
--navy-600: #162BCA;
--navy-700: #1223A1;
--navy-800: #0D1973;
--navy-900: #081049;
--navy-950: #050A2E;
}