Navy
#250151
PurpleColor Codes
All color formats for development
HEX
#250151RGB
rgb(37, 1, 81)HSL
hsl(267, 98%, 16%)OKLCH
oklch(0.233 0.126 294.5)CMYK
cmyk(54%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210149
2#1D0141
3#1A0139
4#160030
5#120028
6#0F0020
7#0B0018
8#070010
9#040008
Tints
Lighter variations
1#38017B
2#4B02A6
3#5F02D0
4#7203FA
5#892BFD
6#A155FD
7#B880FE
8#D0AAFE
9#E7D5FF
Tones
Muted variations
1#25054D
2#260949
3#260D45
4#261141
5#27153D
6#271939
7#281D35
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 #EBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFE | BordersInactive statesPlaceholder text |
| 400 | 9D4E #9D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 811C #811CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6502 #6502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5102 #5102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A01 #3A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250151 | 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: #EBDCFF;
--navy-200: #DBBDFE;
--navy-300: #BF8BFE;
--navy-400: #9D4EFD;
--navy-500: #811CFD;
--navy-600: #6502DE;
--navy-700: #5102B1;
--navy-800: #3A017E;
--navy-900: #250151;
--navy-950: #170132;
}