Navy
#210151
PurpleColor Codes
All color formats for development
HEX
#210151RGB
rgb(33, 1, 81)HSL
hsl(264, 98%, 16%)OKLCH
oklch(0.228 0.126 290.8)CMYK
cmyk(59%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0149
2#1A0141
3#170139
4#140030
5#100028
6#0D0020
7#0A0018
8#070010
9#030008
Tints
Lighter variations
1#32017B
2#4302A6
3#5402D0
4#6603FA
5#7F2BFD
6#9955FD
7#B280FE
8#CCAAFE
9#E5D5FF
Tones
Muted variations
1#22054D
2#220949
3#230D45
4#241141
5#25153D
6#261939
7#261D35
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 | D7BD #D7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFE | BordersInactive statesPlaceholder text |
| 400 | 944E #944EFD | Disabled statesSecondary iconsMuted text |
| 500 | 761C #761CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A02 #5A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4802 #4802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3301 #33017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210151 | 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: #D7BDFE;
--navy-300: #B98BFE;
--navy-400: #944EFD;
--navy-500: #761CFD;
--navy-600: #5A02DE;
--navy-700: #4802B1;
--navy-800: #33017E;
--navy-900: #210151;
--navy-950: #150132;
}