Navy
#010151
BlueColor Codes
All color formats for development
HEX
#010151RGB
rgb(1, 1, 81)HSL
hsl(240, 98%, 16%)OKLCH
oklch(0.199 0.135 264.9)CMYK
cmyk(99%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010149
2#010141
3#010139
4#000030
5#000028
6#000020
7#000018
8#000010
9#000008
Tints
Lighter variations
1#01017B
2#0202A6
3#0202D0
4#0303FA
5#2B2BFD
6#5555FD
7#8080FE
8#AAAAFE
9#D5D5FF
Tones
Muted variations
1#05054D
2#090949
3#0D0D45
4#111141
5#15153D
6#191939
7#1D1D35
8#212131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DCDCFF;
--navy-200: #BDBDFE;
--navy-300: #8B8BFE;
--navy-400: #4E4EFD;
--navy-500: #1C1CFD;
--navy-600: #0202DE;
--navy-700: #0202B1;
--navy-800: #01017E;
--navy-900: #010151;
--navy-950: #010132;
}