Navy
#011951
BlueColor Codes
All color formats for development
HEX
#011951RGB
rgb(1, 25, 81)HSL
hsl(222, 98%, 16%)OKLCH
oklch(0.241 0.107 262)CMYK
cmyk(99%, 69%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011649
2#011441
3#011139
4#000F30
5#000C28
6#000A20
7#000718
8#000510
9#000208
Tints
Lighter variations
1#01267B
2#0233A6
3#0240D0
4#034DFA
5#2B6AFD
6#5588FD
7#80A6FE
8#AAC3FE
9#D5E1FF
Tones
Muted variations
1#051A4D
2#091C49
3#0D1E45
4#111F41
5#15213D
6#192239
7#1D2435
8#212631
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | 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: #F0F4FF;
--navy-100: #DCE6FF;
--navy-200: #BDD1FE;
--navy-300: #8BADFE;
--navy-400: #4E83FD;
--navy-500: #1C5FFD;
--navy-600: #0244DE;
--navy-700: #0236B1;
--navy-800: #01277E;
--navy-900: #011951;
--navy-950: #011032;
}