Navy
#010D51
BlueColor Codes
All color formats for development
HEX
#010D51RGB
rgb(1, 13, 81)HSL
hsl(231, 98%, 16%)OKLCH
oklch(0.218 0.122 264.5)CMYK
cmyk(99%, 84%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010C49
2#010A41
3#010939
4#000830
5#000628
6#000520
7#000418
8#000310
9#000108
Tints
Lighter variations
1#01147B
2#021AA6
3#0221D0
4#0328FA
5#2B4AFD
6#556FFD
7#8093FE
8#AAB7FE
9#D5DBFF
Tones
Muted variations
1#05104D
2#091249
3#0D1545
4#111841
5#151B3D
6#191E39
7#1D2035
8#212331
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9C #8B9CFE | BordersInactive statesPlaceholder text |
| 400 | 4E69 #4E69FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3E #1C3EFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0223 #0223DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 021C #021CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0114 #01147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE1FF;
--navy-200: #BDC7FE;
--navy-300: #8B9CFE;
--navy-400: #4E69FD;
--navy-500: #1C3EFD;
--navy-600: #0223DE;
--navy-700: #021CB1;
--navy-800: #01147E;
--navy-900: #010D51;
--navy-950: #010832;
}