Navy
#111F6E
BlueColor Codes
All color formats for development
HEX
#111F6ERGB
rgb(17, 31, 110)HSL
hsl(231, 73%, 25%)OKLCH
oklch(0.292 0.136 268)CMYK
cmyk(85%, 72%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1C63
2#0E1958
3#0C164D
4#0A1342
5#091037
6#070C2C
7#050921
8#030616
9#02030B
Tints
Lighter variations
1#16298F
2#1C32B0
3#213BD2
4#3852E0
5#5A6FE5
6#7B8BEA
7#9CA8F0
8#BDC5F5
9#DEE2FA
Tones
Muted variations
1#16226A
2#1B2665
3#1F2960
4#242C5C
5#282F57
6#2D3352
7#32364E
8#363949
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA6 #9AA6EF | BordersInactive statesPlaceholder text |
| 400 | 6578 #6578E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3852 #3852E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E37 #1E37C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182C #182C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111F #111F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1447 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E4FA;
--navy-200: #C6CDF6;
--navy-300: #9AA6EF;
--navy-400: #6578E7;
--navy-500: #3852E0;
--navy-600: #1E37C2;
--navy-700: #182C9A;
--navy-800: #111F6E;
--navy-900: #0B1447;
--navy-950: #070C2C;
}