Navy
#0B3575
BlueColor Codes
All color formats for development
HEX
#0B3575RGB
rgb(11, 53, 117)HSL
hsl(216, 83%, 25%)OKLCH
oklch(0.343 0.119 259.4)CMYK
cmyk(91%, 55%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3069
2#092B5D
3#082552
4#072046
5#051B3A
6#04152F
7#031023
8#020B17
9#01050C
Tints
Lighter variations
1#0E4598
2#1155BB
3#1565DE
4#2D79EB
5#5090EF
6#73A6F2
7#96BCF5
8#B9D2F8
9#DCE9FC
Tones
Muted variations
1#10366F
2#15376A
3#1B3865
4#20395F
5#253A5A
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 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BB #94BBF5 | BordersInactive statesPlaceholder text |
| 400 | 5C97 #5C97F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D79 #2D79EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 135E #135ECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4A #0F4AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B35 #0B3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | 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: #C2D8F9;
--navy-300: #94BBF5;
--navy-400: #5C97F0;
--navy-500: #2D79EB;
--navy-600: #135ECD;
--navy-700: #0F4AA3;
--navy-800: #0B3575;
--navy-900: #07224B;
--navy-950: #04152F;
}