Navy
#04194D
BlueColor Codes
All color formats for development
HEX
#04194DRGB
rgb(4, 25, 77)HSL
hsl(223, 90%, 16%)OKLCH
oklch(0.238 0.1 263.2)CMYK
cmyk(95%, 68%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041646
2#03143E
3#031136
4#020F2F
5#020C27
6#020A1F
7#010717
8#010510
9#000208
Tints
Lighter variations
1#062676
2#08339F
3#0B40C8
4#0D4DF0
5#346AF4
6#5C88F6
7#85A6F9
8#AEC3FB
9#D6E1FD
Tones
Muted variations
1#081A4A
2#0B1C46
3#0F1E43
4#131F3F
5#16213B
6#1A2237
7#1E2434
8#212630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AD #90ADF9 | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255F #255FF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B44 #0B44D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0936 #0936AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #062779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | 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: #F0F4FE;
--navy-100: #DDE6FD;
--navy-200: #C0D1FC;
--navy-300: #90ADF9;
--navy-400: #5583F6;
--navy-500: #255FF4;
--navy-600: #0B44D5;
--navy-700: #0936AA;
--navy-800: #062779;
--navy-900: #04194E;
--navy-950: #031030;
}