Navy
#1D084A
PurpleColor Codes
All color formats for development
HEX
#1D084ARGB
rgb(29, 8, 74)HSL
hsl(259, 80%, 16%)OKLCH
oklch(0.223 0.11 288.4)CMYK
cmyk(61%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0742
2#17073B
3#140633
4#11052C
5#0E0425
6#0C031D
7#090216
8#06020F
9#030107
Tints
Lighter variations
1#2C0C70
2#3B1197
3#4A15BD
4#5919E4
5#743EEA
6#9065EE
7#AC8BF2
8#C8B2F6
9#E3D8FB
Tones
Muted variations
1#1E0B46
2#1F0F43
3#201240
4#22153C
5#231839
6#241C36
7#251F33
8#26222F
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 | D4C3 #D4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5E #8C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6B30 #6B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F16 #4F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F12 #3F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E8DFFB;
--navy-200: #D4C3F8;
--navy-300: #B395F3;
--navy-400: #8C5EED;
--navy-500: #6B30E8;
--navy-600: #4F16CA;
--navy-700: #3F12A1;
--navy-800: #2D0D73;
--navy-900: #1D0849;
--navy-950: #12052E;
}