Navy
#050C4D
BlueColor Codes
All color formats for development
HEX
#050C4DRGB
rgb(5, 12, 77)HSL
hsl(234, 88%, 16%)OKLCH
oklch(0.213 0.116 267.3)CMYK
cmyk(94%, 84%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040B45
2#040A3D
3#030836
4#03072E
5#020626
6#02051F
7#010417
8#01020F
9#000108
Tints
Lighter variations
1#071275
2#0A199D
3#0D1FC6
4#0F25EE
5#3649F2
6#5E6DF5
7#8692F7
8#AEB6FA
9#D7DBFC
Tones
Muted variations
1#080F49
2#0C1246
3#101542
4#13183E
5#171A3B
6#1A1D37
7#1E2034
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE1FD;
--navy-200: #C1C7FB;
--navy-300: #919BF8;
--navy-400: #5767F4;
--navy-500: #273BF1;
--navy-600: #0D21D3;
--navy-700: #0B1AA8;
--navy-800: #081378;
--navy-900: #050C4D;
--navy-950: #030830;
}