Navy
#011A50
BlueColor Codes
All color formats for development
HEX
#011A50RGB
rgb(1, 26, 80)HSL
hsl(221, 98%, 16%)OKLCH
oklch(0.242 0.104 261.5)CMYK
cmyk(99%, 68%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011849
2#011541
3#011239
4#001030
5#000D28
6#000A20
7#000818
8#000510
9#000308
Tints
Lighter variations
1#01287B
2#0236A6
3#0243D0
4#0351FA
5#2B6DFD
6#558BFD
7#80A8FE
8#AAC5FE
9#D5E2FF
Tones
Muted variations
1#051C4D
2#091D49
3#0D1F45
4#112041
5#15213D
6#192339
7#1D2435
8#212631
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFE | BordersInactive statesPlaceholder text |
| 400 | 4E86 #4E86FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C63 #1C63FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0248 #0248DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0239 #0239B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0129 #01297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A51 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE7FF;
--navy-200: #BDD2FE;
--navy-300: #8BAFFE;
--navy-400: #4E86FD;
--navy-500: #1C63FD;
--navy-600: #0248DE;
--navy-700: #0239B1;
--navy-800: #01297E;
--navy-900: #011A51;
--navy-950: #011032;
}