Navy
#01127E
BlueColor Codes
All color formats for development
HEX
#01127ERGB
rgb(1, 18, 126)HSL
hsl(232, 98%, 25%)OKLCH
oklch(0.286 0.174 264.4)CMYK
cmyk(99%, 86%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011072
2#010E65
3#010D58
4#010B4C
5#01093F
6#010732
7#000526
8#000419
9#00020D
Tints
Lighter variations
1#0217A4
2#021DCA
3#0222F0
4#1C3AFD
5#425BFD
6#687CFD
7#8D9CFE
8#B3BDFE
9#D9DEFF
Tones
Muted variations
1#081778
2#0E1B72
3#14206B
4#1A2465
5#21295F
6#272D59
7#2D3252
8#33374C
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 | BDC6 #BDC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9A #8B9AFE | BordersInactive statesPlaceholder text |
| 400 | 4E66 #4E66FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3A #1C3AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0220 #0220DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0219 #0219B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0112 #01127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010B #010B51 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE0FF;
--navy-200: #BDC6FE;
--navy-300: #8B9AFE;
--navy-400: #4E66FD;
--navy-500: #1C3AFD;
--navy-600: #0220DE;
--navy-700: #0219B1;
--navy-800: #01127E;
--navy-900: #010B51;
--navy-950: #010732;
}