Navy
#01107E
BlueColor Codes
All color formats for development
HEX
#01107ERGB
rgb(1, 16, 126)HSL
hsl(233, 98%, 25%)OKLCH
oklch(0.283 0.175 264.5)CMYK
cmyk(99%, 87%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010E72
2#010D65
3#010B58
4#010A4C
5#01083F
6#010632
7#000526
8#000319
9#00020D
Tints
Lighter variations
1#0215A4
2#0219CA
3#021EF0
4#1C36FD
5#4258FD
6#6879FD
7#8D9BFE
8#B3BCFE
9#D9DEFF
Tones
Muted variations
1#081578
2#0E1972
3#141E6B
4#1A2365
5#21285F
6#272D59
7#2D3152
8#33364C
9#3A3B46
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;
}