Navy
#083377
BlueColor Codes
All color formats for development
HEX
#083377RGB
rgb(8, 51, 119)HSL
hsl(217, 87%, 25%)OKLCH
oklch(0.34 0.125 260)CMYK
cmyk(93%, 57%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072E6B
2#07295F
3#062453
4#051E48
5#04193C
6#031430
7#020F24
8#020A18
9#01050C
Tints
Lighter variations
1#0B429B
2#0D51BF
3#1061E3
4#2875F0
5#4C8CF3
6#70A3F5
7#94BAF8
8#B7D1FA
9#DBE8FD
Tones
Muted variations
1#0E3472
2#13356C
3#193767
4#1E3861
5#24395B
6#2A3B56
7#2F3C50
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 | DEEA #DEEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D7 #C1D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B8 #91B8F7 | BordersInactive statesPlaceholder text |
| 400 | 5894 #5894F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2875 #2875F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F59 #0F59D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C47 #0C47A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0833 #083377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0521 #05214C | 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: #DEEAFD;
--navy-200: #C1D7FB;
--navy-300: #91B8F7;
--navy-400: #5894F3;
--navy-500: #2875F0;
--navy-600: #0F59D2;
--navy-700: #0C47A7;
--navy-800: #083377;
--navy-900: #05214C;
--navy-950: #031430;
}