Navy
#1A054D
PurpleColor Codes
All color formats for development
HEX
#1A054DRGB
rgb(26, 5, 77)HSL
hsl(258, 88%, 16%)OKLCH
oklch(0.22 0.118 285)CMYK
cmyk(66%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180445
2#15043D
3#130336
4#10032E
5#0D0226
6#0B021F
7#080117
8#05010F
9#030008
Tints
Lighter variations
1#280775
2#360A9D
3#440DC6
4#520FEE
5#6E36F2
6#8B5EF5
7#A886F7
8#C5AEFA
9#E2D7FC
Tones
Muted variations
1#1C0849
2#1D0C46
3#1F1042
4#20133E
5#22173B
6#231A37
7#241E34
8#262230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F8 | BordersInactive statesPlaceholder text |
| 400 | 8657 #8657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6427 #6427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490D #490DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0B #3A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2908 #290878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A05 #1A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E7DDFD;
--navy-200: #D2C1FB;
--navy-300: #B091F8;
--navy-400: #8657F4;
--navy-500: #6427F1;
--navy-600: #490DD3;
--navy-700: #3A0BA8;
--navy-800: #290878;
--navy-900: #1A054D;
--navy-950: #110330;
}