Navy
#011C7E
BlueColor Codes
All color formats for development
HEX
#011C7ERGB
rgb(1, 28, 126)HSL
hsl(227, 98%, 25%)OKLCH
oklch(0.3 0.165 264)CMYK
cmyk(99%, 78%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011A72
2#011765
3#011458
4#01114C
5#010E3F
6#010B32
7#000926
8#000619
9#00030D
Tints
Lighter variations
1#0225A4
2#022DCA
3#0236F0
4#1C4DFD
5#426AFD
6#6888FD
7#8DA6FE
8#B3C4FE
9#D9E1FF
Tones
Muted variations
1#082078
2#0E2372
3#14276B
4#1A2B65
5#212E5F
6#273259
7#2D3552
8#33394C
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FF;
--navy-200: #BDCBFE;
--navy-300: #8BA4FE;
--navy-400: #4E74FD;
--navy-500: #1C4DFD;
--navy-600: #0232DE;
--navy-700: #0228B1;
--navy-800: #011C7E;
--navy-900: #011251;
--navy-950: #010B32;
}