Navy
#011850
BlueColor Codes
All color formats for development
HEX
#011850RGB
rgb(1, 24, 80)HSL
hsl(223, 98%, 16%)OKLCH
oklch(0.238 0.107 262.2)CMYK
cmyk(99%, 70%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011549
2#011341
3#011039
4#000E30
5#000C28
6#000920
7#000718
8#000510
9#000208
Tints
Lighter variations
1#01247B
2#0230A6
3#023CD0
4#0349FA
5#2B66FD
6#5585FD
7#80A3FE
8#AAC2FE
9#D5E0FF
Tones
Muted variations
1#05194D
2#091B49
3#0D1D45
4#111E41
5#15203D
6#192239
7#1D2435
8#212531
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 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FF;
--navy-200: #BDD0FE;
--navy-300: #8BABFE;
--navy-400: #4E80FD;
--navy-500: #1C5CFD;
--navy-600: #0241DE;
--navy-700: #0233B1;
--navy-800: #01257E;
--navy-900: #011751;
--navy-950: #010F32;
}