Navy
#200080
PurpleColor Codes
All color formats for development
HEX
#200080RGB
rgb(32, 0, 128)HSL
hsl(255, 100%, 25%)OKLCH
oklch(0.288 0.179 276.4)CMYK
cmyk(75%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0073
2#1A0066
3#160059
4#13004D
5#100040
6#0D0033
7#0A0026
8#06001A
9#03000D
Tints
Lighter variations
1#2900A6
2#3300CC
3#3D00F2
4#531AFF
5#7040FF
6#8C66FF
7#A98CFF
8#C6B3FF
9#E2D9FF
Tones
Muted variations
1#230679
2#260D73
3#29136C
4#2D1966
5#302060
6#332659
7#362D53
8#39334D
9#3D3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E4DBFF;
--navy-200: #CDBDFF;
--navy-300: #A78AFF;
--navy-400: #794DFF;
--navy-500: #531AFF;
--navy-600: #3800E0;
--navy-700: #2D00B3;
--navy-800: #200080;
--navy-900: #140052;
--navy-950: #0D0033;
}