Navy
#010C7E
BlueColor Codes
All color formats for development
HEX
#010C7ERGB
rgb(1, 12, 126)HSL
hsl(235, 98%, 25%)OKLCH
oklch(0.279 0.178 264.5)CMYK
cmyk(99%, 90%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010B72
2#010965
3#010858
4#01074C
5#01063F
6#010532
7#000426
8#000219
9#00010D
Tints
Lighter variations
1#020FA4
2#0213CA
3#0216F0
4#1C2FFD
5#4251FD
6#6874FD
7#8D97FE
8#B3BAFE
9#D9DCFF
Tones
Muted variations
1#081178
2#0E1672
3#141B6B
4#1A2165
5#21265F
6#272B59
7#2D3052
8#33354C
9#3A3B46
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;
}