Navy
#082A77
BlueColor Codes
All color formats for development
HEX
#082A77RGB
rgb(8, 42, 119)HSL
hsl(222, 87%, 25%)OKLCH
oklch(0.32 0.137 263)CMYK
cmyk(93%, 65%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07256B
2#07215F
3#061D53
4#051948
5#04153C
6#031130
7#020C24
8#020818
9#01040C
Tints
Lighter variations
1#0B369B
2#0D43BF
3#104FE3
4#2864F0
5#4C7EF3
6#7098F5
7#94B2F8
8#B7CBFA
9#DBE5FD
Tones
Muted variations
1#0E2C72
2#132E6C
3#193067
4#1E3261
5#24355B
6#2A3756
7#2F3950
8#353B4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D2 #C1D2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B0 #91B0F7 | BordersInactive statesPlaceholder text |
| 400 | 5887 #5887F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2864 #2864F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F49 #0F49D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C3A #0C3AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082A #082A77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051B #051B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FD;
--navy-200: #C1D2FB;
--navy-300: #91B0F7;
--navy-400: #5887F3;
--navy-500: #2864F0;
--navy-600: #0F49D2;
--navy-700: #0C3AA7;
--navy-800: #082A77;
--navy-900: #051B4C;
--navy-950: #031130;
}