Navy
#1E084A
PurpleColor Codes
All color formats for development
HEX
#1E084ARGB
rgb(30, 8, 74)HSL
hsl(260, 80%, 16%)OKLCH
oklch(0.225 0.11 289.4)CMYK
cmyk(59%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0742
2#18073B
3#150633
4#12052C
5#0F0425
6#0C031D
7#090216
8#06020F
9#030107
Tints
Lighter variations
1#2E0C70
2#3D1197
3#4D15BD
4#5D19E4
5#773EEA
6#9265EE
7#AE8BF2
8#C9B2F6
9#E4D8FB
Tones
Muted variations
1#1F0B46
2#200F43
3#211240
4#22153C
5#231839
6#241C36
7#261F33
8#27222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E8DFFB;
--navy-200: #D5C3F8;
--navy-300: #B595F3;
--navy-400: #8E5EED;
--navy-500: #6E30E8;
--navy-600: #5216CA;
--navy-700: #4112A1;
--navy-800: #2F0D73;
--navy-900: #1E0849;
--navy-950: #13052E;
}