Navy
#000052
BlueColor Codes
All color formats for development
HEX
#000052RGB
rgb(0, 0, 82)HSL
hsl(240, 100%, 16%)OKLCH
oklch(0.198 0.137 264.1)CMYK
cmyk(100%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000049
2#000041
3#000039
4#000031
5#000029
6#000021
7#000018
8#000010
9#000008
Tints
Lighter variations
1#00007C
2#0000A7
3#0000D2
4#0000FD
5#2929FF
6#5454FF
7#7E7EFF
8#A9A9FF
9#D4D4FF
Tones
Muted variations
1#04044E
2#080849
3#0C0C45
4#101041
5#14143D
6#181839
7#1D1D35
8#212131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DBDBFF;
--navy-200: #BDBDFF;
--navy-300: #8A8AFF;
--navy-400: #4D4DFF;
--navy-500: #1A1AFF;
--navy-600: #0000E0;
--navy-700: #0000B3;
--navy-800: #000080;
--navy-900: #000052;
--navy-950: #000033;
}