Navy
#160778
BlueColor Codes
All color formats for development
HEX
#160778RGB
rgb(22, 7, 120)HSL
hsl(248, 89%, 25%)OKLCH
oklch(0.276 0.169 272.1)CMYK
cmyk(82%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14066C
2#120660
3#0F0554
4#0D0448
5#0B043C
6#090330
7#070224
8#040118
9#02010C
Tints
Lighter variations
1#1D099D
2#230BC1
3#2A0DE5
4#4126F2
5#614AF4
6#816EF7
7#A093F9
8#C0B7FB
9#DFDBFD
Tones
Muted variations
1#1A0D73
2#1E126D
3#231867
4#271E62
5#2B235C
6#2F2956
7#332F51
8#37344B
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B56 #6B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4126 #4126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 270C #270CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0A #1F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1607 #160778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C8C0FB;
--navy-300: #9E90F9;
--navy-400: #6B56F5;
--navy-500: #4126F2;
--navy-600: #270CD4;
--navy-700: #1F0AA9;
--navy-800: #160778;
--navy-900: #0E044D;
--navy-950: #090330;
}