Navy
#170250
PurpleColor Codes
All color formats for development
HEX
#170250RGB
rgb(23, 2, 80)HSL
hsl(256, 95%, 16%)OKLCH
oklch(0.216 0.125 281.7)CMYK
cmyk(71%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140248
2#120240
3#100138
4#0E0130
5#0B0128
6#090120
7#070118
8#050010
9#020008
Tints
Lighter variations
1#230379
2#2F04A3
3#3A05CD
4#4606F7
5#642EFA
6#8358FB
7#A282FC
8#C1ABFD
9#E0D5FE
Tones
Muted variations
1#19064C
2#1A0A48
3#1C0E44
4#1E1240
5#20153C
6#221938
7#231D34
8#252131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8D #AA8DFC | BordersInactive statesPlaceholder text |
| 400 | 7E51 #7E51FB | Disabled statesSecondary iconsMuted text |
| 500 | 591F #591FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E06 #3E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3204 #3204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFE;
--navy-200: #CFBEFD;
--navy-300: #AA8DFC;
--navy-400: #7E51FB;
--navy-500: #591FF9;
--navy-600: #3E06DB;
--navy-700: #3204AE;
--navy-800: #23037C;
--navy-900: #170250;
--navy-950: #0E0132;
}