Navy
#190151
PurpleColor Codes
All color formats for development
HEX
#190151RGB
rgb(25, 1, 81)HSL
hsl(258, 98%, 16%)OKLCH
oklch(0.218 0.127 283.4)CMYK
cmyk(69%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160149
2#140141
3#110139
4#0F0030
5#0C0028
6#0A0020
7#070018
8#050010
9#020008
Tints
Lighter variations
1#26017B
2#3302A6
3#4002D0
4#4D03FA
5#6A2BFD
6#8855FD
7#A680FE
8#C3AAFE
9#E1D5FF
Tones
Muted variations
1#1A054D
2#1C0949
3#1E0D45
4#1F1141
5#21153D
6#221939
7#241D35
8#262131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E6DCFF;
--navy-200: #D1BDFE;
--navy-300: #AD8BFE;
--navy-400: #834EFD;
--navy-500: #5F1CFD;
--navy-600: #4402DE;
--navy-700: #3602B1;
--navy-800: #27017E;
--navy-900: #190151;
--navy-950: #100132;
}