Navy
#260150
PurpleColor Codes
All color formats for development
HEX
#260150RGB
rgb(38, 1, 80)HSL
hsl(268, 98%, 16%)OKLCH
oklch(0.233 0.125 295.9)CMYK
cmyk(52%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220149
2#1F0141
3#1B0139
4#170030
5#130028
6#0F0020
7#0B0018
8#080010
9#040008
Tints
Lighter variations
1#3A017B
2#4E02A6
3#6202D0
4#7603FA
5#8D2BFD
6#A455FD
7#BB80FE
8#D1AAFE
9#E8D5FF
Tones
Muted variations
1#26054D
2#270949
3#270D45
4#271141
5#27153D
6#281939
7#281D35
8#282131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18B #C18BFE | BordersInactive statesPlaceholder text |
| 400 | A04E #A04EFD | Disabled statesSecondary iconsMuted text |
| 500 | 851C #851CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6902 #6902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5302 #5302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C01 #3C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2601 #260151 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F0FF;
--navy-100: #ECDCFF;
--navy-200: #DCBDFE;
--navy-300: #C18BFE;
--navy-400: #A04EFD;
--navy-500: #851CFD;
--navy-600: #6902DE;
--navy-700: #5302B1;
--navy-800: #3C017E;
--navy-900: #260151;
--navy-950: #180132;
}