Navy
#051B4C
BlueColor Codes
All color formats for development
HEX
#051B4CRGB
rgb(5, 27, 76)HSL
hsl(221, 88%, 16%)OKLCH
oklch(0.242 0.095 262.6)CMYK
cmyk(93%, 64%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041945
2#04163D
3#031336
4#03112E
5#020E26
6#020B1F
7#010817
8#01060F
9#000308
Tints
Lighter variations
1#072A75
2#0A399D
3#0D47C6
4#0F56EE
5#3671F2
6#5E8EF5
7#86AAF7
8#AEC6FA
9#D7E3FC
Tones
Muted variations
1#081D49
2#0C1E46
3#102042
4#13213E
5#17223B
6#1A2437
7#1E2534
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D3 #C1D3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B1 #91B1F8 | BordersInactive statesPlaceholder text |
| 400 | 5789 #5789F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2767 #2767F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D4C #0D4CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3C #0B3CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082B #082B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051C #051C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DDE7FD;
--navy-200: #C1D3FB;
--navy-300: #91B1F8;
--navy-400: #5789F4;
--navy-500: #2767F1;
--navy-600: #0D4CD3;
--navy-700: #0B3CA8;
--navy-800: #082B78;
--navy-900: #051C4D;
--navy-950: #031130;
}