Navy
#04144D
BlueColor Codes
All color formats for development
HEX
#04144DRGB
rgb(4, 20, 77)HSL
hsl(227, 90%, 16%)OKLCH
oklch(0.227 0.107 264.9)CMYK
cmyk(95%, 74%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041246
2#03103E
3#030E36
4#020C2F
5#020A27
6#02081F
7#010617
8#010410
9#000208
Tints
Lighter variations
1#061E76
2#08299F
3#0B33C8
4#0D3EF0
5#345DF4
6#5C7EF6
7#859EF9
8#AEBEFB
9#D6DFFD
Tones
Muted variations
1#08164A
2#0B1846
3#0F1A43
4#131C3F
5#161E3B
6#1A2037
7#1E2334
8#212530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A6 #90A6F9 | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2552 #2552F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B37 #0B37D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092C #092CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE4FD;
--navy-200: #C0CDFC;
--navy-300: #90A6F9;
--navy-400: #5578F6;
--navy-500: #2552F4;
--navy-600: #0B37D5;
--navy-700: #092CAA;
--navy-800: #061F79;
--navy-900: #04144E;
--navy-950: #030C30;
}