Navy
#240080
PurpleColor Codes
All color formats for development
HEX
#240080RGB
rgb(36, 0, 128)HSL
hsl(257, 100%, 25%)OKLCH
oklch(0.291 0.178 278.6)CMYK
cmyk(72%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210073
2#1D0066
3#190059
4#16004D
5#120040
6#0E0033
7#0B0026
8#07001A
9#04000D
Tints
Lighter variations
1#2F00A6
2#3A00CC
3#4500F2
4#5B1AFF
5#7640FF
6#9166FF
7#AD8CFF
8#C8B3FF
9#E4D9FF
Tones
Muted variations
1#270679
2#2A0D73
3#2C136C
4#2F1966
5#322060
6#352659
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 | CFBD #CFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8A #AB8AFF | BordersInactive statesPlaceholder text |
| 400 | 7F4D #7F4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 5B1A #5B1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4000 #4000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3300 #3300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2400 #240080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1700 #170052 | 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: #CFBDFF;
--navy-300: #AB8AFF;
--navy-400: #7F4DFF;
--navy-500: #5B1AFF;
--navy-600: #4000E0;
--navy-700: #3300B3;
--navy-800: #240080;
--navy-900: #170052;
--navy-950: #0E0033;
}