Navy
#040C4D
BlueColor Codes
All color formats for development
HEX
#040C4DRGB
rgb(4, 12, 77)HSL
hsl(233, 90%, 16%)OKLCH
oklch(0.212 0.116 266.6)CMYK
cmyk(95%, 84%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040B46
2#030A3E
3#030936
4#02082F
5#020627
6#02051F
7#010417
8#010310
9#000108
Tints
Lighter variations
1#061376
2#081A9F
3#0B21C8
4#0D27F0
5#344AF4
6#5C6EF6
7#8592F9
8#AEB7FB
9#D6DBFD
Tones
Muted variations
1#080F4A
2#0B1246
3#0F1543
4#13183F
5#161B3B
6#1A1E37
7#1E2034
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 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5568 #5568F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253D #253DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B23 #0B23D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091C #091CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0614 #061479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE1FD;
--navy-200: #C0C7FC;
--navy-300: #909CF9;
--navy-400: #5568F6;
--navy-500: #253DF4;
--navy-600: #0B23D5;
--navy-700: #091CAA;
--navy-800: #061479;
--navy-900: #040D4E;
--navy-950: #030830;
}