Navy
#051A4D
BlueColor Codes
All color formats for development
HEX
#051A4DRGB
rgb(5, 26, 77)HSL
hsl(223, 88%, 16%)OKLCH
oklch(0.241 0.098 263.3)CMYK
cmyk(94%, 66%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041745
2#04143D
3#031236
4#030F2E
5#020D26
6#020A1F
7#010817
8#01050F
9#000308
Tints
Lighter variations
1#072675
2#0A349D
3#0D41C6
4#0F4EEE
5#366BF2
6#5E89F5
7#86A6F7
8#AEC4FA
9#D7E1FC
Tones
Muted variations
1#081B49
2#0C1C46
3#101E42
4#131F3E
5#17213B
6#1A2337
7#1E2434
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE6FD;
--navy-200: #C1D1FB;
--navy-300: #91AEF8;
--navy-400: #5784F4;
--navy-500: #2760F1;
--navy-600: #0D45D3;
--navy-700: #0B37A8;
--navy-800: #082778;
--navy-900: #05194D;
--navy-950: #031030;
}