Navy
#10017E
BlueColor Codes
All color formats for development
HEX
#10017ERGB
rgb(16, 1, 126)HSL
hsl(247, 98%, 25%)OKLCH
oklch(0.275 0.181 269.1)CMYK
cmyk(87%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0172
2#0D0165
3#0B0158
4#0A014C
5#08013F
6#060132
7#050026
8#030019
9#02000D
Tints
Lighter variations
1#1502A4
2#1902CA
3#1E02F0
4#361CFD
5#5842FD
6#7968FD
7#9B8DFE
8#BCB3FE
9#DED9FF
Tones
Muted variations
1#150878
2#190E72
3#1E146B
4#231A65
5#28215F
6#2D2759
7#312D52
8#36334C
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BD #C5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 988B #988BFE | BordersInactive statesPlaceholder text |
| 400 | 634E #634EFD | Disabled statesSecondary iconsMuted text |
| 500 | 361C #361CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C02 #1C02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1602 #1602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1001 #10017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFF;
--navy-200: #C5BDFE;
--navy-300: #988BFE;
--navy-400: #634EFD;
--navy-500: #361CFD;
--navy-600: #1C02DE;
--navy-700: #1602B1;
--navy-800: #10017E;
--navy-900: #0A0151;
--navy-950: #060132;
}