Navy
#001752
BlueColor Codes
All color formats for development
HEX
#001752RGB
rgb(0, 23, 82)HSL
hsl(223, 100%, 16%)OKLCH
oklch(0.237 0.112 262.2)CMYK
cmyk(100%, 72%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001549
2#001241
3#001039
4#000E31
5#000C29
6#000921
7#000718
8#000510
9#000208
Tints
Lighter variations
1#00237C
2#002FA7
3#003CD2
4#0048FD
5#2965FF
6#5484FF
7#7EA3FF
8#A9C2FF
9#D4E0FF
Tones
Muted variations
1#04194E
2#081B49
3#0C1C45
4#101E41
5#14203D
6#182239
7#1D2335
8#212531
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAB #8AABFF | BordersInactive statesPlaceholder text |
| 400 | 4D7F #4D7FFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A5B #1A5BFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0040 #0040E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0033 #0033B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0024 #002480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0017 #001752 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DBE5FF;
--navy-200: #BDCFFF;
--navy-300: #8AABFF;
--navy-400: #4D7FFF;
--navy-500: #1A5BFF;
--navy-600: #0040E0;
--navy-700: #0033B3;
--navy-800: #002480;
--navy-900: #001752;
--navy-950: #000E33;
}