Navy
#012450
BlueColor Codes
All color formats for development
HEX
#012450RGB
rgb(1, 36, 80)HSL
hsl(213, 98%, 16%)OKLCH
oklch(0.267 0.09 256.3)CMYK
cmyk(99%, 55%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012149
2#011D41
3#011A39
4#001630
5#001228
6#000F20
7#000B18
8#000710
9#000408
Tints
Lighter variations
1#01387B
2#024BA6
3#025FD0
4#0372FA
5#2B89FD
6#55A1FD
7#80B8FE
8#AAD0FE
9#D5E7FF
Tones
Muted variations
1#05254D
2#092649
3#0D2645
4#112641
5#15273D
6#192739
7#1D2835
8#212831
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFE | BordersInactive statesPlaceholder text |
| 400 | 4E9D #4E9DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C81 #1C81FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0265 #0265DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0251 #0251B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013A #013A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012551 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F7FF;
--navy-100: #DCEBFF;
--navy-200: #BDDBFE;
--navy-300: #8BBFFE;
--navy-400: #4E9DFD;
--navy-500: #1C81FD;
--navy-600: #0265DE;
--navy-700: #0251B1;
--navy-800: #013A7E;
--navy-900: #012551;
--navy-950: #011732;
}