Navy
#250250
PurpleColor Codes
All color formats for development
HEX
#250250RGB
rgb(37, 2, 80)HSL
hsl(267, 95%, 16%)OKLCH
oklch(0.233 0.124 294.8)CMYK
cmyk(54%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210248
2#1E0240
3#1A0138
4#160130
5#120128
6#0F0120
7#0B0118
8#070010
9#040008
Tints
Lighter variations
1#380379
2#4C04A3
3#5F05CD
4#7206F7
5#8A2EFA
6#A158FB
7#B982FC
8#D0ABFD
9#E8D5FE
Tones
Muted variations
1#25064C
2#260A48
3#260E44
4#261240
5#27153C
6#271938
7#281D34
8#282131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFC | BordersInactive statesPlaceholder text |
| 400 | 9D51 #9D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 811F #811FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6606 #6606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F0FF;
--navy-100: #EBDCFE;
--navy-200: #DBBEFD;
--navy-300: #BF8DFC;
--navy-400: #9D51FB;
--navy-500: #811FF9;
--navy-600: #6606DB;
--navy-700: #5104AE;
--navy-800: #3A037C;
--navy-900: #250250;
--navy-950: #170132;
}