Navy
#010850
BlueColor Codes
All color formats for development
HEX
#010850RGB
rgb(1, 8, 80)HSL
hsl(235, 98%, 16%)OKLCH
oklch(0.209 0.126 264.9)CMYK
cmyk(99%, 90%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010749
2#010641
3#010539
4#000430
5#000428
6#000320
7#000218
8#000110
9#000108
Tints
Lighter variations
1#010B7B
2#020FA6
3#0213D0
4#0317FA
5#2B3CFD
6#5563FD
7#808AFE
8#AAB1FE
9#D5D8FF
Tones
Muted variations
1#050B4D
2#090E49
3#0D1145
4#111541
5#15183D
6#191B39
7#1D1F35
8#212231
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B94 #8B94FE | BordersInactive statesPlaceholder text |
| 400 | 4E5D #4E5DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2F #1C2FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0215 #0215DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0210 #0210B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010C #010C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010751 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFF;
--navy-200: #BDC3FE;
--navy-300: #8B94FE;
--navy-400: #4E5DFD;
--navy-500: #1C2FFD;
--navy-600: #0215DE;
--navy-700: #0210B1;
--navy-800: #010C7E;
--navy-900: #010751;
--navy-950: #010532;
}