Navy
#001652
BlueColor Codes
All color formats for development
HEX
#001652RGB
rgb(0, 22, 82)HSL
hsl(224, 100%, 16%)OKLCH
oklch(0.235 0.113 262.5)CMYK
cmyk(100%, 73%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001449
2#001141
3#000F39
4#000D31
5#000B29
6#000921
7#000718
8#000410
9#000208
Tints
Lighter variations
1#00217C
2#002DA7
3#0038D2
4#0043FD
5#2962FF
6#5481FF
7#7EA1FF
8#A9C0FF
9#D4E0FF
Tones
Muted variations
1#04184E
2#081A49
3#0C1B45
4#101D41
5#141F3D
6#182139
7#1D2335
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 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DBE5FF;
--navy-200: #BDCEFF;
--navy-300: #8AA9FF;
--navy-400: #4D7CFF;
--navy-500: #1A57FF;
--navy-600: #003CE0;
--navy-700: #0030B3;
--navy-800: #002280;
--navy-900: #001652;
--navy-950: #000E33;
}