Navy
#000C52
BlueColor Codes
All color formats for development
HEX
#000C52RGB
rgb(0, 12, 82)HSL
hsl(231, 100%, 16%)OKLCH
oklch(0.217 0.125 264)CMYK
cmyk(100%, 85%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000B49
2#000A41
3#000939
4#000731
5#000629
6#000521
7#000418
8#000210
9#000108
Tints
Lighter variations
1#00137C
2#0019A7
3#0020D2
4#0026FD
5#2949FF
6#546DFF
7#7E92FF
8#A9B6FF
9#D4DBFF
Tones
Muted variations
1#040F4E
2#081249
3#0C1545
4#101841
5#141B3D
6#181D39
7#1D2035
8#212331
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DBE1FF;
--navy-200: #BDC7FF;
--navy-300: #8A9BFF;
--navy-400: #4D67FF;
--navy-500: #1A3CFF;
--navy-600: #0022E0;
--navy-700: #001BB3;
--navy-800: #001380;
--navy-900: #000C52;
--navy-950: #000833;
}