Navy
#04164E
BlueColor Codes
All color formats for development
HEX
#04164ERGB
rgb(4, 22, 78)HSL
hsl(225, 90%, 16%)OKLCH
oklch(0.233 0.106 264.4)CMYK
cmyk(95%, 72%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041446
2#03123E
3#031036
4#020D2F
5#020B27
6#02091F
7#010717
8#010410
9#000208
Tints
Lighter variations
1#062276
2#082E9F
3#0B3AC8
4#0D46F0
5#3464F4
6#5C83F6
7#85A2F9
8#AEC1FB
9#D6E0FD
Tones
Muted variations
1#08184A
2#0B1A46
3#0F1C43
4#131E3F
5#16203B
6#1A2137
7#1E2334
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 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 557E #557EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2559 #2559F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3E #0B3ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0931 #0931AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #062379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE5FD;
--navy-200: #C0CFFC;
--navy-300: #90AAF9;
--navy-400: #557EF6;
--navy-500: #2559F4;
--navy-600: #0B3ED5;
--navy-700: #0931AA;
--navy-800: #062379;
--navy-900: #04164E;
--navy-950: #030E30;
}