Navy
#040E4D
BlueColor Codes
All color formats for development
HEX
#040E4DRGB
rgb(4, 14, 77)HSL
hsl(232, 90%, 16%)OKLCH
oklch(0.216 0.114 266.3)CMYK
cmyk(95%, 82%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040C46
2#030B3E
3#030A36
4#02082F
5#020727
6#02061F
7#010417
8#010310
9#000108
Tints
Lighter variations
1#061576
2#081C9F
3#0B24C8
4#0D2BF0
5#344DF4
6#5C71F6
7#8594F9
8#AEB8FB
9#D6DBFD
Tones
Muted variations
1#08114A
2#0B1346
3#0F1643
4#13193F
5#161B3B
6#1A1E37
7#1E2134
8#212330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 556B #556BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2541 #2541F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B26 #0B26D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091E #091EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0616 #061679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE1FD;
--navy-200: #C0C8FC;
--navy-300: #909EF9;
--navy-400: #556BF6;
--navy-500: #2541F4;
--navy-600: #0B26D5;
--navy-700: #091EAA;
--navy-800: #061679;
--navy-900: #040E4E;
--navy-950: #030930;
}