Navy
#16084A
BlueColor Codes
All color formats for development
HEX
#16084ARGB
rgb(22, 8, 74)HSL
hsl(253, 80%, 16%)OKLCH
oklch(0.216 0.111 281.5)CMYK
cmyk(70%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140742
2#12073B
3#100633
4#0D052C
5#0B0425
6#09031D
7#070216
8#04020F
9#020107
Tints
Lighter variations
1#220C70
2#2E1197
3#3915BD
4#4519E4
5#633EEA
6#8265EE
7#A28BF2
8#C1B2F6
9#E0D8FB
Tones
Muted variations
1#180B46
2#1A0F43
3#1C1240
4#1E153C
5#201839
6#211C36
7#231F33
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA95 #AA95F3 | BordersInactive statesPlaceholder text |
| 400 | 7D5E #7D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5830 #5830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D16 #3D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3112 #3112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #160849 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E5DFFB;
--navy-200: #CFC3F8;
--navy-300: #AA95F3;
--navy-400: #7D5EED;
--navy-500: #5830E8;
--navy-600: #3D16CA;
--navy-700: #3112A1;
--navy-800: #230D73;
--navy-900: #160849;
--navy-950: #0E052E;
}