Navy
#1A084A
PurpleColor Codes
All color formats for development
HEX
#1A084ARGB
rgb(26, 8, 74)HSL
hsl(256, 80%, 16%)OKLCH
oklch(0.22 0.111 285.4)CMYK
cmyk(65%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170742
2#14073B
3#120633
4#0F052C
5#0D0425
6#0A031D
7#080216
8#05020F
9#030107
Tints
Lighter variations
1#270C70
2#341197
3#4215BD
4#4F19E4
5#6C3EEA
6#8965EE
7#A78BF2
8#C4B2F6
9#E2D8FB
Tones
Muted variations
1#1B0B46
2#1D0F43
3#1E1240
4#20153C
5#211839
6#231C36
7#241F33
8#26222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F3 | BordersInactive statesPlaceholder text |
| 400 | 845E #845EED | Disabled statesSecondary iconsMuted text |
| 500 | 6130 #6130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4616 #4616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3812 #3812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D1C3F8;
--navy-300: #AE95F3;
--navy-400: #845EED;
--navy-500: #6130E8;
--navy-600: #4616CA;
--navy-700: #3812A1;
--navy-800: #280D73;
--navy-900: #1A0849;
--navy-950: #10052E;
}