Navy
#0B3775
BlueColor Codes
All color formats for development
HEX
#0B3775RGB
rgb(11, 55, 117)HSL
hsl(215, 83%, 25%)OKLCH
oklch(0.348 0.116 258.4)CMYK
cmyk(91%, 53%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3169
2#092C5D
3#082652
4#072146
5#051B3A
6#04162F
7#031023
8#020B17
9#01050C
Tints
Lighter variations
1#0E4798
2#1158BB
3#1568DE
4#2D7CEB
5#5092EF
6#73A8F2
7#96BEF5
8#B9D3F8
9#DCE9FC
Tones
Muted variations
1#10386F
2#15396A
3#1B3A65
4#203A5F
5#253B5A
6#2B3C55
7#303D50
8#353E4A
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DEEBFC;
--navy-200: #C2D9F9;
--navy-300: #94BCF5;
--navy-400: #5C99F0;
--navy-500: #2D7CEB;
--navy-600: #1361CD;
--navy-700: #0F4DA3;
--navy-800: #0B3775;
--navy-900: #07234B;
--navy-950: #04162F;
}