Navy
#001B52
BlueColor Codes
All color formats for development
HEX
#001B52RGB
rgb(0, 27, 82)HSL
hsl(220, 100%, 16%)OKLCH
oklch(0.246 0.106 261)CMYK
cmyk(100%, 67%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001849
2#001641
3#001339
4#001031
5#000E29
6#000B21
7#000818
8#000510
9#000308
Tints
Lighter variations
1#00297C
2#0038A7
3#0046D2
4#0054FD
5#2970FF
6#548DFF
7#7EA9FF
8#A9C6FF
9#D4E2FF
Tones
Muted variations
1#041D4E
2#081E49
3#0C1F45
4#102141
5#14223D
6#182339
7#1D2535
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 | BDD3 #BDD3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB1 #8AB1FF | BordersInactive statesPlaceholder text |
| 400 | 4D88 #4D88FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A66 #1A66FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004B #004BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003C #003CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002B #002B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001B #001B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0011 #001133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DBE7FF;
--navy-200: #BDD3FF;
--navy-300: #8AB1FF;
--navy-400: #4D88FF;
--navy-500: #1A66FF;
--navy-600: #004BE0;
--navy-700: #003CB3;
--navy-800: #002B80;
--navy-900: #001B52;
--navy-950: #001133;
}