Navy
#001052
BlueColor Codes
All color formats for development
HEX
#001052RGB
rgb(0, 16, 82)HSL
hsl(228, 100%, 16%)OKLCH
oklch(0.224 0.12 263.6)CMYK
cmyk(100%, 80%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000F49
2#000D41
3#000B39
4#000A31
5#000829
6#000721
7#000518
8#000310
9#000208
Tints
Lighter variations
1#00197C
2#0021A7
3#002AD2
4#0033FD
5#2954FF
6#5476FF
7#7E98FF
8#A9BAFF
9#D4DDFF
Tones
Muted variations
1#04134E
2#081549
3#0C1845
4#101A41
5#141D3D
6#181F39
7#1D2135
8#212431
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DBE2FF;
--navy-200: #BDCAFF;
--navy-300: #8AA1FF;
--navy-400: #4D70FF;
--navy-500: #1A47FF;
--navy-600: #002DE0;
--navy-700: #0024B3;
--navy-800: #001A80;
--navy-900: #001052;
--navy-950: #000A33;
}