Navy
#04167C
BlueColor Codes
All color formats for development
HEX
#04167CRGB
rgb(4, 22, 124)HSL
hsl(231, 94%, 25%)OKLCH
oklch(0.289 0.167 265.1)CMYK
cmyk(97%, 82%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03146F
2#031163
3#030F57
4#020D4A
5#020B3E
6#020931
7#010725
8#010419
9#00020C
Tints
Lighter variations
1#051CA1
2#0623C6
3#0729EB
4#2041F8
5#4560F9
6#6B80FA
7#90A0FC
8#B5C0FD
9#DADFFE
Tones
Muted variations
1#0A1A76
2#101E70
3#16226A
4#1C2764
5#222B5E
6#282F58
7#2E3352
8#34374C
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9E #8D9EFB | BordersInactive statesPlaceholder text |
| 400 | 526B #526BFA | Disabled statesSecondary iconsMuted text |
| 500 | 2041 #2041F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0726 #0726DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 051F #051FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020E #020E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE1FE;
--navy-200: #BFC8FD;
--navy-300: #8D9EFB;
--navy-400: #526BFA;
--navy-500: #2041F8;
--navy-600: #0726DA;
--navy-700: #051FAD;
--navy-800: #04167C;
--navy-900: #020E4F;
--navy-950: #020931;
}