Navy
#083178
BlueColor Codes
All color formats for development
HEX
#083178RGB
rgb(8, 49, 120)HSL
hsl(218, 88%, 25%)OKLCH
oklch(0.336 0.129 260.9)CMYK
cmyk(93%, 59%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072C6C
2#062760
3#052254
4#051D48
5#04183C
6#031430
7#020F24
8#020A18
9#01050C
Tints
Lighter variations
1#0A3F9C
2#0C4EC0
3#0F5DE4
4#2771F1
5#4B89F4
6#6FA1F6
7#93B8F8
8#B7D0FA
9#DBE7FD
Tones
Muted variations
1#0D3272
2#13346D
3#183567
4#1E3761
5#24385C
6#293A56
7#2F3B51
8#353D4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D6 #C1D6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B7 #91B7F8 | BordersInactive statesPlaceholder text |
| 400 | 5791 #5791F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2771 #2771F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D56 #0D56D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B44 #0B44A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0831 #083178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051F #051F4D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DDE9FD;
--navy-200: #C1D6FB;
--navy-300: #91B7F8;
--navy-400: #5791F4;
--navy-500: #2771F1;
--navy-600: #0D56D3;
--navy-700: #0B44A8;
--navy-800: #083178;
--navy-900: #051F4D;
--navy-950: #031430;
}