Navy
#210052
PurpleColor Codes
All color formats for development
HEX
#210052RGB
rgb(33, 0, 82)HSL
hsl(264, 100%, 16%)OKLCH
oklch(0.228 0.128 290.6)CMYK
cmyk(60%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0049
2#1A0041
3#170039
4#140031
5#100029
6#0D0021
7#0A0018
8#070010
9#030008
Tints
Lighter variations
1#32007C
2#4300A7
3#5400D2
4#6500FD
5#7E29FF
6#9854FF
7#B27EFF
8#CCA9FF
9#E5D4FF
Tones
Muted variations
1#21044E
2#220849
3#230C45
4#241041
5#25143D
6#261839
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 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #EADBFF;
--navy-200: #D7BDFF;
--navy-300: #B98AFF;
--navy-400: #944DFF;
--navy-500: #751AFF;
--navy-600: #5A00E0;
--navy-700: #4700B3;
--navy-800: #330080;
--navy-900: #210052;
--navy-950: #140033;
}