Navy
#112A6E
BlueColor Codes
All color formats for development
HEX
#112A6ERGB
rgb(17, 42, 110)HSL
hsl(224, 73%, 25%)OKLCH
oklch(0.314 0.122 264.7)CMYK
cmyk(85%, 62%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2663
2#0E2258
3#0C1D4D
4#0A1942
5#091537
6#07112C
7#050D21
8#030816
9#02040B
Tints
Lighter variations
1#16378F
2#1C43B0
3#2150D2
4#3865E0
5#5A7FE5
6#7B98EA
7#9CB2F0
8#BDCCF5
9#DEE5FA
Tones
Muted variations
1#162C6A
2#1B2E65
3#1F3160
4#24335C
5#283557
6#2D3752
7#32394E
8#363B49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D3 #C6D3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB0 #9AB0EF | BordersInactive statesPlaceholder text |
| 400 | 6587 #6587E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3865 #3865E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E4A #1E4AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 183B #183B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 112A #112A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1B #0B1B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0711 #07112C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F5FD;
--navy-100: #E0E7FA;
--navy-200: #C6D3F6;
--navy-300: #9AB0EF;
--navy-400: #6587E7;
--navy-500: #3865E0;
--navy-600: #1E4AC2;
--navy-700: #183B9A;
--navy-800: #112A6E;
--navy-900: #0B1B47;
--navy-950: #07112C;
}