Navy
#0B1474
BlueColor Codes
All color formats for development
HEX
#0B1474RGB
rgb(11, 20, 116)HSL
hsl(235, 83%, 25%)OKLCH
oklch(0.279 0.158 267.3)CMYK
cmyk(91%, 83%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1269
2#09105D
3#080E52
4#070C46
5#050A3A
6#04082F
7#030623
8#020417
9#01020C
Tints
Lighter variations
1#0E1A98
2#111FBB
3#1525DE
4#2D3DEB
5#505DEF
6#737EF2
7#969EF5
8#B9BEF8
9#DCDFFC
Tones
Muted variations
1#10186F
2#151C6A
3#1B2165
4#20255F
5#252A5A
6#2B2E55
7#303350
8#35374A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C7F9;
--navy-300: #949CF5;
--navy-400: #5C68F0;
--navy-500: #2D3DEB;
--navy-600: #1323CD;
--navy-700: #0F1CA3;
--navy-800: #0B1475;
--navy-900: #070D4B;
--navy-950: #04082F;
}