Navy
#002880
BlueColor Codes
All color formats for development
HEX
#002880RGB
rgb(0, 40, 128)HSL
hsl(221, 100%, 25%)OKLCH
oklch(0.323 0.154 262.3)CMYK
cmyk(100%, 69%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002473
2#002066
3#001C59
4#00184D
5#001440
6#001033
7#000C26
8#00081A
9#00040D
Tints
Lighter variations
1#0034A6
2#0041CC
3#004DF2
4#1A62FF
5#407CFF
6#6696FF
7#8CB1FF
8#B3CBFF
9#D9E5FF
Tones
Muted variations
1#062B79
2#0D2D73
3#132F6C
4#193266
5#203460
6#263659
7#2D3953
8#333B4D
9#393D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAF #8AAFFF | BordersInactive statesPlaceholder text |
| 400 | 4D85 #4D85FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A62 #1A62FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0047 #0047E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0039 #0039B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0028 #002880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001A #001A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0010 #001033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DBE7FF;
--navy-200: #BDD2FF;
--navy-300: #8AAFFF;
--navy-400: #4D85FF;
--navy-500: #1A62FF;
--navy-600: #0047E0;
--navy-700: #0039B3;
--navy-800: #002880;
--navy-900: #001A52;
--navy-950: #001033;
}