Navy
#001A52
BlueColor Codes
All color formats for development
HEX
#001A52RGB
rgb(0, 26, 82)HSL
hsl(221, 100%, 16%)OKLCH
oklch(0.244 0.108 261.3)CMYK
cmyk(100%, 68%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001749
2#001541
3#001239
4#001031
5#000D29
6#000A21
7#000818
8#000510
9#000308
Tints
Lighter variations
1#00277C
2#0035A7
3#0043D2
4#0050FD
5#296DFF
6#548AFF
7#7EA7FF
8#A9C4FF
9#D4E2FF
Tones
Muted variations
1#041B4E
2#081D49
3#0C1E45
4#102041
5#14213D
6#182339
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 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAF #8AAFFF | BordersInactive statesPlaceholder text |
| 400 | 4D85 #4D85FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A62 #1A62FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0047 #0047E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0039 #0039B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0028 #002880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001A #001A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0010 #001033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DBE7FF;
--navy-200: #BDD2FF;
--navy-300: #8AAFFF;
--navy-400: #4D85FF;
--navy-500: #1A62FF;
--navy-600: #0047E0;
--navy-700: #0039B3;
--navy-800: #002880;
--navy-900: #001A52;
--navy-950: #001033;
}