Navy
#041A4E
BlueColor Codes
All color formats for development
HEX
#041A4ERGB
rgb(4, 26, 78)HSL
hsl(222, 90%, 16%)OKLCH
oklch(0.242 0.1 262.9)CMYK
cmyk(95%, 67%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041846
2#03153E
3#031236
4#02102F
5#020D27
6#020A1F
7#010817
8#010510
9#000308
Tints
Lighter variations
1#062876
2#08369F
3#0B43C8
4#0D51F0
5#346DF4
6#5C8AF6
7#85A8F9
8#AEC5FB
9#D6E2FD
Tones
Muted variations
1#081C4A
2#0B1D46
3#0F1F43
4#13203F
5#16213B
6#1A2337
7#1E2434
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 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AF #90AFF9 | BordersInactive statesPlaceholder text |
| 400 | 5586 #5586F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2563 #2563F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B48 #0B48D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0939 #0939AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #062979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FD;
--navy-200: #C0D2FC;
--navy-300: #90AFF9;
--navy-400: #5586F6;
--navy-500: #2563F4;
--navy-600: #0B48D5;
--navy-700: #0939AA;
--navy-800: #062979;
--navy-900: #041A4E;
--navy-950: #031030;
}