Navy
#220080
PurpleColor Codes
All color formats for development
HEX
#220080RGB
rgb(34, 0, 128)HSL
hsl(256, 100%, 25%)OKLCH
oklch(0.29 0.178 277.5)CMYK
cmyk(73%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0073
2#1B0066
3#180059
4#14004D
5#110040
6#0E0033
7#0A0026
8#07001A
9#03000D
Tints
Lighter variations
1#2C00A6
2#3600CC
3#4100F2
4#571AFF
5#7340FF
6#8F66FF
7#AB8CFF
8#C7B3FF
9#E3D9FF
Tones
Muted variations
1#250679
2#280D73
3#2B136C
4#2E1966
5#312060
6#342659
7#372D53
8#3A334D
9#3D3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DBFF;
--navy-200: #CEBDFF;
--navy-300: #A98AFF;
--navy-400: #7C4DFF;
--navy-500: #571AFF;
--navy-600: #3C00E0;
--navy-700: #3000B3;
--navy-800: #220080;
--navy-900: #160052;
--navy-950: #0E0033;
}