Navy
#0D1773
BlueColor Codes
All color formats for development
HEX
#0D1773RGB
rgb(13, 23, 115)HSL
hsl(234, 80%, 25%)OKLCH
oklch(0.282 0.153 267.7)CMYK
cmyk(89%, 80%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1567
2#0A125C
3#091050
4#080E45
5#060B39
6#05092E
7#040722
8#030517
9#01020B
Tints
Lighter variations
1#111E95
2#1425B8
3#182CDA
4#3043E8
5#5362EC
6#7582F0
7#98A1F4
8#BAC0F7
9#DDE0FB
Tones
Muted variations
1#121B6E
2#171F69
3#1C2363
4#21275E
5#262B59
6#2B2F54
7#30344F
8#36384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE2FB;
--navy-200: #C3C9F8;
--navy-300: #959FF3;
--navy-400: #5E6DED;
--navy-500: #3043E8;
--navy-600: #1628CA;
--navy-700: #1220A1;
--navy-800: #0D1773;
--navy-900: #080F49;
--navy-950: #05092E;
}