Navy
#001352
BlueColor Codes
All color formats for development
HEX
#001352RGB
rgb(0, 19, 82)HSL
hsl(226, 100%, 16%)OKLCH
oklch(0.229 0.117 263.1)CMYK
cmyk(100%, 77%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001149
2#000F41
3#000D39
4#000B31
5#000A29
6#000821
7#000618
8#000410
9#000208
Tints
Lighter variations
1#001D7C
2#0027A7
3#0031D2
4#003BFD
5#295BFF
6#547CFF
7#7E9CFF
8#A9BDFF
9#D4DEFF
Tones
Muted variations
1#04154E
2#081749
3#0C1A45
4#101C41
5#141E3D
6#182039
7#1D2235
8#212431
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCC #BDCCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA5 #8AA5FF | BordersInactive statesPlaceholder text |
| 400 | 4D76 #4D76FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A4F #1A4FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0034 #0034E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002A #002AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001E #001E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0013 #001352 | Primary textHigh emphasis contentDark headings |
| 950 | 000C #000C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DBE4FF;
--navy-200: #BDCCFF;
--navy-300: #8AA5FF;
--navy-400: #4D76FF;
--navy-500: #1A4FFF;
--navy-600: #0034E0;
--navy-700: #002AB3;
--navy-800: #001E80;
--navy-900: #001352;
--navy-950: #000C33;
}