Navy
#000552
BlueColor Codes
All color formats for development
HEX
#000552RGB
rgb(0, 5, 82)HSL
hsl(236, 100%, 16%)OKLCH
oklch(0.206 0.132 264.2)CMYK
cmyk(100%, 94%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000549
2#000441
3#000439
4#000331
5#000329
6#000221
7#000218
8#000110
9#000108
Tints
Lighter variations
1#00087C
2#000BA7
3#000ED2
4#0011FD
5#2937FF
6#545FFF
7#7E87FF
8#A9AFFF
9#D4D7FF
Tones
Muted variations
1#04094E
2#080D49
3#0C1045
4#101441
5#14173D
6#181B39
7#1D1E35
8#212231
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDE #DBDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC1 #BDC1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A92 #8A92FF | BordersInactive statesPlaceholder text |
| 400 | 4D58 #4D58FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A29 #1A29FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000F #000FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000C #000CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0009 #000980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0005 #000552 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDEFF;
--navy-200: #BDC1FF;
--navy-300: #8A92FF;
--navy-400: #4D58FF;
--navy-500: #1A29FF;
--navy-600: #000FE0;
--navy-700: #000CB3;
--navy-800: #000980;
--navy-900: #000552;
--navy-950: #000333;
}