Navy
#1A0052
PurpleColor Codes
All color formats for development
HEX
#1A0052RGB
rgb(26, 0, 82)HSL
hsl(259, 100%, 16%)OKLCH
oklch(0.219 0.129 284.1)CMYK
cmyk(68%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170049
2#150041
3#120039
4#100031
5#0D0029
6#0A0021
7#080018
8#050010
9#030008
Tints
Lighter variations
1#27007C
2#3500A7
3#4300D2
4#5000FD
5#6D29FF
6#8A54FF
7#A77EFF
8#C4A9FF
9#E2D4FF
Tones
Muted variations
1#1B044E
2#1D0849
3#1E0C45
4#201041
5#21143D
6#231839
7#241D35
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 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FF;
--navy-100: #E7DBFF;
--navy-200: #D2BDFF;
--navy-300: #AF8AFF;
--navy-400: #854DFF;
--navy-500: #621AFF;
--navy-600: #4700E0;
--navy-700: #3900B3;
--navy-800: #280080;
--navy-900: #1A0052;
--navy-950: #100033;
}