Navy
#010951
BlueColor Codes
All color formats for development
HEX
#010951RGB
rgb(1, 9, 81)HSL
hsl(234, 98%, 16%)OKLCH
oklch(0.212 0.126 264.8)CMYK
cmyk(99%, 89%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010849
2#010741
3#010639
4#000530
5#000428
6#000420
7#000318
8#000210
9#000108
Tints
Lighter variations
1#010D7B
2#0212A6
3#0217D0
4#031BFA
5#2B40FD
6#5566FD
7#808CFE
8#AAB3FE
9#D5D9FF
Tones
Muted variations
1#050C4D
2#090F49
3#0D1245
4#111641
5#15193D
6#191C39
7#1D1F35
8#212231
9#25262D
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 | BDC4 #BDC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B96 #8B96FE | BordersInactive statesPlaceholder text |
| 400 | 4E60 #4E60FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C32 #1C32FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0218 #0218DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0213 #0213B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010E #010E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010951 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFF;
--navy-200: #BDC4FE;
--navy-300: #8B96FE;
--navy-400: #4E60FD;
--navy-500: #1C32FD;
--navy-600: #0218DE;
--navy-700: #0213B1;
--navy-800: #010E7E;
--navy-900: #010951;
--navy-950: #010632;
}