Navy
#041C4E
BlueColor Codes
All color formats for development
HEX
#041C4ERGB
rgb(4, 28, 78)HSL
hsl(221, 90%, 16%)OKLCH
oklch(0.246 0.097 261.9)CMYK
cmyk(95%, 64%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041946
2#03163E
3#031336
4#02102F
5#020E27
6#020B1F
7#010817
8#010510
9#000308
Tints
Lighter variations
1#062A76
2#08389F
3#0B46C8
4#0D55F0
5#3471F4
6#5C8DF6
7#85AAF9
8#AEC6FB
9#D6E3FD
Tones
Muted variations
1#081D4A
2#0B1E46
3#0F1F43
4#13213F
5#16223B
6#1A2337
7#1E2534
8#212630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B1 #90B1F9 | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2566 #2566F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B4B #0B4BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 093C #093CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062B #062B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FD;
--navy-200: #C0D3FC;
--navy-300: #90B1F9;
--navy-400: #5588F6;
--navy-500: #2566F4;
--navy-600: #0B4BD5;
--navy-700: #093CAA;
--navy-800: #062B79;
--navy-900: #041B4E;
--navy-950: #031130;
}