Navy
#070151
BlueColor Codes
All color formats for development
HEX
#070151RGB
rgb(7, 1, 81)HSL
hsl(245, 98%, 16%)OKLCH
oklch(0.203 0.132 269.3)CMYK
cmyk(91%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070149
2#060141
3#050139
4#040030
5#040028
6#030020
7#020018
8#010010
9#010008
Tints
Lighter variations
1#0B017B
2#0F02A6
3#1302D0
4#1703FA
5#3C2BFD
6#6355FD
7#8A80FE
8#B1AAFE
9#D8D5FF
Tones
Muted variations
1#0B054D
2#0E0949
3#110D45
4#151141
5#18153D
6#1B1939
7#1F1D35
8#222131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 948B #948BFE | BordersInactive statesPlaceholder text |
| 400 | 5D4E #5D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 2F1C #2F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1502 #1502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1002 #1002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C01 #0C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0701 #070151 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFF;
--navy-200: #C3BDFE;
--navy-300: #948BFE;
--navy-400: #5D4EFD;
--navy-500: #2F1CFD;
--navy-600: #1502DE;
--navy-700: #1002B1;
--navy-800: #0C017E;
--navy-900: #070151;
--navy-950: #050132;
}