Navy
#1C0150
PurpleColor Codes
All color formats for development
HEX
#1C0150RGB
rgb(28, 1, 80)HSL
hsl(261, 98%, 16%)OKLCH
oklch(0.22 0.125 286.5)CMYK
cmyk(65%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0149
2#170141
3#140139
4#110030
5#0E0028
6#0C0020
7#090018
8#060010
9#030008
Tints
Lighter variations
1#2C017B
2#3B02A6
3#4A02D0
4#5903FA
5#742BFD
6#9055FD
7#AC80FE
8#C8AAFE
9#E3D5FF
Tones
Muted variations
1#1E054D
2#1F0949
3#200D45
4#221141
5#23153D
6#241939
7#251D35
8#262131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFE | BordersInactive statesPlaceholder text |
| 400 | 8C4E #8C4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 6B1C #6B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F02 #4F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F02 #3F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D01 #2D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FF;
--navy-100: #E8DCFF;
--navy-200: #D4BDFE;
--navy-300: #B38BFE;
--navy-400: #8C4EFD;
--navy-500: #6B1CFD;
--navy-600: #4F02DE;
--navy-700: #3F02B1;
--navy-800: #2D017E;
--navy-900: #1D0151;
--navy-950: #120132;
}