Navy
#0A3376
BlueColor Codes
All color formats for development
HEX
#0A3376RGB
rgb(10, 51, 118)HSL
hsl(217, 84%, 25%)OKLCH
oklch(0.339 0.123 260.2)CMYK
cmyk(92%, 57%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092E6A
2#08295E
3#072452
4#061F46
5#051A3B
6#04152F
7#030F23
8#020A17
9#01050C
Tints
Lighter variations
1#0D4398
2#1052BC
3#1361DF
4#2C76ED
5#4F8DF0
6#72A4F3
7#95BAF6
8#B9D1F9
9#DCE8FC
Tones
Muted variations
1#103570
2#15366B
3#1A3765
4#203860
5#253A5B
6#2A3B55
7#303C50
8#353D4A
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D7 #C2D7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B9 #93B9F6 | BordersInactive statesPlaceholder text |
| 400 | 5B94 #5B94F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C76 #2C76ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125A #125ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E48 #0E48A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A33 #0A3375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0721 #07214B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DEEAFC;
--navy-200: #C2D7FA;
--navy-300: #93B9F6;
--navy-400: #5B94F1;
--navy-500: #2C76ED;
--navy-600: #125ACE;
--navy-700: #0E48A4;
--navy-800: #0A3375;
--navy-900: #07214B;
--navy-950: #04152F;
}