Navy
#0D3073
BlueColor Codes
All color formats for development
HEX
#0D3073RGB
rgb(13, 48, 115)HSL
hsl(219, 80%, 25%)OKLCH
oklch(0.331 0.122 261.7)CMYK
cmyk(89%, 58%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2C67
2#0A275C
3#092250
4#081D45
5#061839
6#05132E
7#040F22
8#030A17
9#01050B
Tints
Lighter variations
1#113F95
2#144EB8
3#185CDA
4#3071E8
5#5388EC
6#75A0F0
7#98B8F4
8#BAD0F7
9#DDE7FB
Tones
Muted variations
1#12326E
2#173469
3#1C3563
4#21375E
5#263859
6#2B3A54
7#303B4F
8#363D4A
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D6 #C3D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5E90 #5E90ED | Disabled statesSecondary iconsMuted text |
| 500 | 3071 #3071E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1655 #1655CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1244 #1244A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D30 #0D3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FD;
--navy-100: #DFE9FB;
--navy-200: #C3D6F8;
--navy-300: #95B6F3;
--navy-400: #5E90ED;
--navy-500: #3071E8;
--navy-600: #1655CA;
--navy-700: #1244A1;
--navy-800: #0D3073;
--navy-900: #081F49;
--navy-950: #05132E;
}