Navy
#220150
PurpleColor Codes
All color formats for development
HEX
#220150RGB
rgb(34, 1, 80)HSL
hsl(265, 98%, 16%)OKLCH
oklch(0.228 0.125 292.2)CMYK
cmyk(58%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0149
2#1B0141
3#180139
4#140030
5#110028
6#0E0020
7#0A0018
8#070010
9#030008
Tints
Lighter variations
1#34017B
2#4602A6
3#5802D0
4#6A03FA
5#822BFD
6#9B55FD
7#B480FE
8#CDAAFE
9#E6D5FF
Tones
Muted variations
1#23054D
2#230949
3#240D45
4#251141
5#25153D
6#261939
7#271D35
8#272131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFE | BordersInactive statesPlaceholder text |
| 400 | 974E #974EFD | Disabled statesSecondary iconsMuted text |
| 500 | 7A1C #7A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E02 #5E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B02 #4B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3501 #35017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220151 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #EADCFF;
--navy-200: #D8BDFE;
--navy-300: #BB8BFE;
--navy-400: #974EFD;
--navy-500: #7A1CFD;
--navy-600: #5E02DE;
--navy-700: #4B02B1;
--navy-800: #35017E;
--navy-900: #220151;
--navy-950: #150132;
}