Navy
#160B47
BlueColor Codes
All color formats for development
HEX
#160B47RGB
rgb(22, 11, 71)HSL
hsl(251, 73%, 16%)OKLCH
oklch(0.216 0.104 281.7)CMYK
cmyk(69%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140A40
2#120938
3#0F0831
4#0D072A
5#0B0623
6#09041C
7#070315
8#04020E
9#020107
Tints
Lighter variations
1#21116C
2#2D1791
3#381CB6
4#4422DB
5#6246E2
6#826BE8
7#A190EE
8#C0B5F3
9#E0DAF9
Tones
Muted variations
1#180E44
2#1A1141
3#1C143E
4#1D173B
5#1F1A38
6#211D35
7#232032
8#25232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC6 #CFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A99A #A99AEF | BordersInactive statesPlaceholder text |
| 400 | 7C65 #7C65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 5738 #5738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C1E #3C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3018 #30189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2211 #22116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 160B #160B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E5E0FA;
--navy-200: #CFC6F6;
--navy-300: #A99AEF;
--navy-400: #7C65E7;
--navy-500: #5738E0;
--navy-600: #3C1EC2;
--navy-700: #30189A;
--navy-800: #22116E;
--navy-900: #160B47;
--navy-950: #0E072C;
}