Navy
#082078
BlueColor Codes
All color formats for development
HEX
#082078RGB
rgb(8, 32, 120)HSL
hsl(227, 88%, 25%)OKLCH
oklch(0.302 0.151 265.1)CMYK
cmyk(93%, 73%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071D6C
2#061A60
3#051654
4#051348
5#04103C
6#030D30
7#020A24
8#020618
9#01030C
Tints
Lighter variations
1#0A2A9C
2#0C33C0
3#0F3DE4
4#2753F1
5#4B70F4
6#6F8CF6
7#93A9F8
8#B7C6FA
9#DBE2FD
Tones
Muted variations
1#0D2372
2#13266D
3#182967
4#1E2D61
5#24305C
6#293356
7#2F3651
8#35394B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE4FD;
--navy-200: #C1CDFB;
--navy-300: #91A7F8;
--navy-400: #5779F4;
--navy-500: #2753F1;
--navy-600: #0D38D3;
--navy-700: #0B2DA8;
--navy-800: #082078;
--navy-900: #05144D;
--navy-950: #030D30;
}