Navy
#031C4F
BlueColor Codes
All color formats for development
HEX
#031C4FRGB
rgb(3, 28, 79)HSL
hsl(220, 93%, 16%)OKLCH
oklch(0.247 0.099 261.6)CMYK
cmyk(96%, 65%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031947
2#02173F
3#021437
4#02112F
5#010E27
6#010B1F
7#010818
8#010610
9#000308
Tints
Lighter variations
1#042B78
2#063AA1
3#0748CB
4#0957F4
5#3073F8
6#5A8FF9
7#83ABFB
8#ACC7FC
9#D6E3FE
Tones
Muted variations
1#071D4B
2#0A1F47
3#0E2043
4#122140
5#16223C
6#1A2438
7#1D2534
8#212630
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FB | BordersInactive statesPlaceholder text |
| 400 | 538A #538AF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2269 #2269F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084D #084DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063E #063EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE8FE;
--navy-200: #BFD4FD;
--navy-300: #8EB2FB;
--navy-400: #538AF9;
--navy-500: #2269F7;
--navy-600: #084DD9;
--navy-700: #063EAC;
--navy-800: #042C7B;
--navy-900: #031C4F;
--navy-950: #021231;
}