Navy
#082F78
BlueColor Codes
All color formats for development
HEX
#082F78RGB
rgb(8, 47, 120)HSL
hsl(219, 88%, 25%)OKLCH
oklch(0.332 0.132 261.6)CMYK
cmyk(93%, 61%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072A6C
2#062660
3#052154
4#051C48
5#04173C
6#031330
7#020E24
8#020918
9#01050C
Tints
Lighter variations
1#0A3D9C
2#0C4BC0
3#0F59E4
4#276EF1
5#4B86F4
6#6F9EF6
7#93B6F8
8#B7CFFA
9#DBE7FD
Tones
Muted variations
1#0D3172
2#13326D
3#183467
4#1E3661
5#24375C
6#293956
7#2F3B51
8#353C4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D5 #C1D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B5 #91B5F8 | BordersInactive statesPlaceholder text |
| 400 | 578E #578EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 276E #276EF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D53 #0D53D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B42 #0B42A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082F #082F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051E #051E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DDE8FD;
--navy-200: #C1D5FB;
--navy-300: #91B5F8;
--navy-400: #578EF4;
--navy-500: #276EF1;
--navy-600: #0D53D3;
--navy-700: #0B42A8;
--navy-800: #082F78;
--navy-900: #051E4D;
--navy-950: #031330;
}