Navy
#04044D
BlueColor Codes
All color formats for development
HEX
#04044DRGB
rgb(4, 4, 77)HSL
hsl(240, 90%, 16%)OKLCH
oklch(0.2 0.125 267.3)CMYK
cmyk(95%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040446
2#03033E
3#030336
4#02022F
5#020227
6#02021F
7#010117
8#010110
9#000008
Tints
Lighter variations
1#060676
2#08089F
3#0B0BC8
4#0D0DF0
5#3434F4
6#5C5CF6
7#8585F9
8#AEAEFB
9#D6D6FD
Tones
Muted variations
1#08084A
2#0B0B46
3#0F0F43
4#13133F
5#16163B
6#1A1A37
7#1E1E34
8#212130
9#25252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2525 #2525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B0B #0B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0909 #0909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #060679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FC;
--navy-300: #9090F9;
--navy-400: #5555F6;
--navy-500: #2525F4;
--navy-600: #0B0BD5;
--navy-700: #0909AA;
--navy-800: #060679;
--navy-900: #04044E;
--navy-950: #030330;
}