Navy
#04184E
BlueColor Codes
All color formats for development
HEX
#04184ERGB
rgb(4, 24, 78)HSL
hsl(224, 90%, 16%)OKLCH
oklch(0.237 0.103 263.7)CMYK
cmyk(95%, 69%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041546
2#03133E
3#031136
4#020E2F
5#020C27
6#02091F
7#010717
8#010510
9#000208
Tints
Lighter variations
1#062476
2#08319F
3#0B3DC8
4#0D49F0
5#3467F4
6#5C85F6
7#85A4F9
8#AEC2FB
9#D6E1FD
Tones
Muted variations
1#08194A
2#0B1B46
3#0F1D43
4#131F3F
5#16203B
6#1A2237
7#1E2434
8#212530
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 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AC #90ACF9 | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255C #255CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B41 #0B41D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0934 #0934AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #062579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0418 #04184E | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE6FD;
--navy-200: #C0D0FC;
--navy-300: #90ACF9;
--navy-400: #5580F6;
--navy-500: #255CF4;
--navy-600: #0B41D5;
--navy-700: #0934AA;
--navy-800: #062579;
--navy-900: #04184E;
--navy-950: #030F30;
}