Navy
#083378
BlueColor Codes
All color formats for development
HEX
#083378RGB
rgb(8, 51, 120)HSL
hsl(217, 88%, 25%)OKLCH
oklch(0.341 0.127 260.2)CMYK
cmyk(93%, 58%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072E6C
2#062960
3#052354
4#051E48
5#04193C
6#031430
7#020F24
8#020A18
9#01050C
Tints
Lighter variations
1#0A429C
2#0C51C0
3#0F60E4
4#2775F1
5#4B8CF4
6#6FA3F6
7#93BAF8
8#B7D1FA
9#DBE8FD
Tones
Muted variations
1#0D3472
2#13356D
3#183767
4#1E3861
5#24395C
6#293B56
7#2F3C51
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 | C1D7 #C1D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B8 #91B8F8 | BordersInactive statesPlaceholder text |
| 400 | 5793 #5793F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2775 #2775F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D59 #0D59D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B47 #0B47A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0833 #083378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0520 #05204D | 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: #C1D7FB;
--navy-300: #91B8F8;
--navy-400: #5793F4;
--navy-500: #2775F1;
--navy-600: #0D59D3;
--navy-700: #0B47A8;
--navy-800: #083378;
--navy-900: #05204D;
--navy-950: #031430;
}