Navy
#16017E
BlueColor Codes
All color formats for development
HEX
#16017ERGB
rgb(22, 1, 126)HSL
hsl(250, 98%, 25%)OKLCH
oklch(0.279 0.179 271.6)CMYK
cmyk(83%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140172
2#120165
3#0F0158
4#0D014C
5#0B013F
6#090132
7#070026
8#040019
9#02000D
Tints
Lighter variations
1#1D02A4
2#2302CA
3#2A02F0
4#411CFD
5#6142FD
6#8168FD
7#A08DFE
8#C0B3FE
9#DFD9FF
Tones
Muted variations
1#1A0878
2#1E0E72
3#23146B
4#271A65
5#2B215F
6#2F2759
7#332D52
8#37334C
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFF;
--navy-200: #C8BDFE;
--navy-300: #9E8BFE;
--navy-400: #6B4EFD;
--navy-500: #411CFD;
--navy-600: #2702DE;
--navy-700: #1F02B1;
--navy-800: #16017E;
--navy-900: #0E0151;
--navy-950: #090132;
}