Navy
#01017E
BlueColor Codes
All color formats for development
HEX
#01017ERGB
rgb(1, 1, 126)HSL
hsl(240, 98%, 25%)OKLCH
oklch(0.269 0.185 264.4)CMYK
cmyk(99%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010172
2#010165
3#010158
4#01014C
5#01013F
6#010132
7#000026
8#000019
9#00000D
Tints
Lighter variations
1#0202A4
2#0202CA
3#0202F0
4#1C1CFD
5#4242FD
6#6868FD
7#8D8DFE
8#B3B3FE
9#D9D9FF
Tones
Muted variations
1#080878
2#0E0E72
3#14146B
4#1A1A65
5#21215F
6#272759
7#2D2D52
8#33334C
9#3A3A46
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;
}