Navy
#002480
BlueColor Codes
All color formats for development
HEX
#002480RGB
rgb(0, 36, 128)HSL
hsl(223, 100%, 25%)OKLCH
oklch(0.316 0.158 263)CMYK
cmyk(100%, 72%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002173
2#001D66
3#001959
4#00164D
5#001240
6#000E33
7#000B26
8#00071A
9#00040D
Tints
Lighter variations
1#002FA6
2#003ACC
3#0045F2
4#1A5BFF
5#4076FF
6#6691FF
7#8CADFF
8#B3C8FF
9#D9E4FF
Tones
Muted variations
1#062779
2#0D2A73
3#132C6C
4#192F66
5#203260
6#263559
7#2D3753
8#333A4D
9#393D46
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;
}