Navy
#160E71
BlueColor Codes
All color formats for development
HEX
#160E71RGB
rgb(22, 14, 113)HSL
hsl(245, 78%, 25%)OKLCH
oklch(0.273 0.156 272.5)CMYK
cmyk(81%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140D66
2#120B5B
3#100A4F
4#0D0844
5#0B0739
6#09062D
7#070422
8#040317
9#02010B
Tints
Lighter variations
1#1D1294
2#2416B6
3#2A1BD8
4#4233E6
5#6155EA
6#8177EE
7#A099F2
8#C0BBF7
9#DFDDFB
Tones
Muted variations
1#1A136D
2#1F1868
3#231D63
4#27225E
5#2B2759
6#2F2C54
7#33314F
8#37364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C8C4F8;
--navy-300: #9E97F2;
--navy-400: #6C60EB;
--navy-500: #4233E6;
--navy-600: #2719C8;
--navy-700: #1F149F;
--navy-800: #160E71;
--navy-900: #0E0949;
--navy-950: #09062D;
}