Navy
#1B0052
PurpleColor Codes
All color formats for development
HEX
#1B0052RGB
rgb(27, 0, 82)HSL
hsl(260, 100%, 16%)OKLCH
oklch(0.221 0.129 285)CMYK
cmyk(67%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180049
2#160041
3#130039
4#100031
5#0E0029
6#0B0021
7#080018
8#050010
9#030008
Tints
Lighter variations
1#29007C
2#3800A7
3#4600D2
4#5400FD
5#7029FF
6#8D54FF
7#A97EFF
8#C6A9FF
9#E2D4FF
Tones
Muted variations
1#1D044E
2#1E0849
3#1F0C45
4#211041
5#22143D
6#231839
7#251D35
8#262131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BD #D3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B18A #B18AFF | BordersInactive statesPlaceholder text |
| 400 | 884D #884DFF | Disabled statesSecondary iconsMuted text |
| 500 | 661A #661AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B00 #4B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B00 #3B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A00 #2A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B00 #1B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1100 #110033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FF;
--navy-100: #E7DBFF;
--navy-200: #D3BDFF;
--navy-300: #B18AFF;
--navy-400: #884DFF;
--navy-500: #661AFF;
--navy-600: #4B00E0;
--navy-700: #3B00B3;
--navy-800: #2A0080;
--navy-900: #1B0052;
--navy-950: #110033;
}