Navy
#031B4E
BlueColor Codes
All color formats for development
HEX
#031B4ERGB
rgb(3, 27, 78)HSL
hsl(221, 93%, 16%)OKLCH
oklch(0.243 0.099 261.9)CMYK
cmyk(96%, 65%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031847
2#02163F
3#021337
4#02102F
5#010D27
6#010B1F
7#010818
8#010510
9#000308
Tints
Lighter variations
1#042978
2#0637A1
3#0745CB
4#0953F4
5#306FF8
6#5A8CF9
7#83A9FB
8#ACC6FC
9#D6E2FE
Tones
Muted variations
1#071C4B
2#0A1E47
3#0E1F43
4#122040
5#16223C
6#1A2338
7#1D2534
8#212630
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB0 #8EB0FB | BordersInactive statesPlaceholder text |
| 400 | 5387 #5387F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2265 #2265F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084A #084AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063B #063BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FE;
--navy-200: #BFD3FD;
--navy-300: #8EB0FB;
--navy-400: #5387F9;
--navy-500: #2265F7;
--navy-600: #084AD9;
--navy-700: #063BAC;
--navy-800: #042A7B;
--navy-900: #031B4F;
--navy-950: #021131;
}