Navy
#010B51
BlueColor Codes
All color formats for development
HEX
#010B51RGB
rgb(1, 11, 81)HSL
hsl(233, 98%, 16%)OKLCH
oklch(0.214 0.124 264.7)CMYK
cmyk(99%, 86%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010949
2#010841
3#010739
4#000630
5#000528
6#000420
7#000318
8#000210
9#000108
Tints
Lighter variations
1#010F7B
2#0215A6
3#021AD0
4#031FFA
5#2B43FD
6#5569FD
7#808EFE
8#AAB4FE
9#D5D9FF
Tones
Muted variations
1#050D4D
2#091049
3#0D1345
4#111641
5#15193D
6#191D39
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 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC5 #BDC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B98 #8B98FE | BordersInactive statesPlaceholder text |
| 400 | 4E63 #4E63FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C36 #1C36FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 021C #021CDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0216 #0216B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0110 #01107E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010A #010A51 | 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: #F0F2FF;
--navy-100: #DCE0FF;
--navy-200: #BDC5FE;
--navy-300: #8B98FE;
--navy-400: #4E63FD;
--navy-500: #1C36FD;
--navy-600: #021CDE;
--navy-700: #0216B1;
--navy-800: #01107E;
--navy-900: #010A51;
--navy-950: #010632;
}