Navy
#000752
BlueColor Codes
All color formats for development
HEX
#000752RGB
rgb(0, 7, 82)HSL
hsl(235, 100%, 16%)OKLCH
oklch(0.209 0.13 264.2)CMYK
cmyk(100%, 91%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000649
2#000541
3#000539
4#000431
5#000329
6#000321
7#000218
8#000110
9#000108
Tints
Lighter variations
1#000A7C
2#000EA7
3#0012D2
4#0015FD
5#293BFF
6#5462FF
7#7E89FF
8#A9B0FF
9#D4D8FF
Tones
Muted variations
1#040A4E
2#080E49
3#0C1145
4#101441
5#14183D
6#181B39
7#1D1F35
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 | BDC2 #BDC2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A93 #8A93FF | BordersInactive statesPlaceholder text |
| 400 | 4D5B #4D5BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A2D #1A2DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0013 #0013E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000F #000FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000B #000B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0007 #000752 | Primary textHigh emphasis contentDark headings |
| 950 | 0004 #000433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDEFF;
--navy-200: #BDC2FF;
--navy-300: #8A93FF;
--navy-400: #4D5BFF;
--navy-500: #1A2DFF;
--navy-600: #0013E0;
--navy-700: #000FB3;
--navy-800: #000B80;
--navy-900: #000752;
--navy-950: #000433;
}