Navy
#002D80
BlueColor Codes
All color formats for development
HEX
#002D80RGB
rgb(0, 45, 128)HSL
hsl(219, 100%, 25%)OKLCH
oklch(0.333 0.147 261.4)CMYK
cmyk(100%, 65%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002873
2#002466
3#001F59
4#001B4D
5#001640
6#001233
7#000D26
8#00091A
9#00040D
Tints
Lighter variations
1#003AA6
2#0047CC
3#0055F2
4#1A6AFF
5#4083FF
6#669CFF
7#8CB4FF
8#B3CDFF
9#D9E6FF
Tones
Muted variations
1#062F79
2#0D3073
3#13326C
4#193466
5#203660
6#263859
7#2D3A53
8#333C4D
9#393E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB3 #8AB3FF | BordersInactive statesPlaceholder text |
| 400 | 4D8B #4D8BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6A #1A6AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004F #004FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003E #003EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002D #002D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001D #001D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0012 #001233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DBE8FF;
--navy-200: #BDD4FF;
--navy-300: #8AB3FF;
--navy-400: #4D8BFF;
--navy-500: #1A6AFF;
--navy-600: #004FE0;
--navy-700: #003EB3;
--navy-800: #002D80;
--navy-900: #001D52;
--navy-950: #001233;
}