Navy
#04154D
BlueColor Codes
All color formats for development
HEX
#04154DRGB
rgb(4, 21, 77)HSL
hsl(226, 90%, 16%)OKLCH
oklch(0.229 0.105 264.6)CMYK
cmyk(95%, 73%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041346
2#03113E
3#030F36
4#020D2F
5#020B27
6#02081F
7#010617
8#010410
9#000208
Tints
Lighter variations
1#062076
2#082B9F
3#0B37C8
4#0D42F0
5#3460F4
6#5C80F6
7#85A0F9
8#AEC0FB
9#D6DFFD
Tones
Muted variations
1#08174A
2#0B1946
3#0F1B43
4#131D3F
5#161F3B
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 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A8 #90A8F9 | BordersInactive statesPlaceholder text |
| 400 | 557B #557BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2555 #2555F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3A #0B3AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092E #092EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #062179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE5FD;
--navy-200: #C0CEFC;
--navy-300: #90A8F9;
--navy-400: #557BF6;
--navy-500: #2555F4;
--navy-600: #0B3AD5;
--navy-700: #092EAA;
--navy-800: #062179;
--navy-900: #04154E;
--navy-950: #030D30;
}