Navy
#0B3075
BlueColor Codes
All color formats for development
HEX
#0B3075RGB
rgb(11, 48, 117)HSL
hsl(219, 83%, 25%)OKLCH
oklch(0.332 0.126 261.5)CMYK
cmyk(91%, 59%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2B69
2#09265D
3#082252
4#071D46
5#05183A
6#04132F
7#030E23
8#020A17
9#01050C
Tints
Lighter variations
1#0E3E98
2#114DBB
3#155BDE
4#2D70EB
5#5088EF
6#739FF2
7#96B7F5
8#B9CFF8
9#DCE7FC
Tones
Muted variations
1#10316F
2#15336A
3#1B3565
4#20365F
5#25385A
6#2B3955
7#303B50
8#353D4A
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B6 #94B6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C90 #5C90F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D70 #2D70EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1354 #1354CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F43 #0F43A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B30 #0B3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE9FC;
--navy-200: #C2D6F9;
--navy-300: #94B6F5;
--navy-400: #5C90F0;
--navy-500: #2D70EB;
--navy-600: #1354CD;
--navy-700: #0F43A3;
--navy-800: #0B3075;
--navy-900: #071F4B;
--navy-950: #04132F;
}