Navy
#180849
PurpleColor Codes
All color formats for development
HEX
#180849RGB
rgb(24, 8, 73)HSL
hsl(255, 80%, 16%)OKLCH
oklch(0.217 0.109 283.8)CMYK
cmyk(67%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160742
2#14073B
3#110633
4#0F052C
5#0C0425
6#0A031D
7#070216
8#05020F
9#020107
Tints
Lighter variations
1#250C70
2#321197
3#3F15BD
4#4C19E4
5#693EEA
6#8765EE
7#A58BF2
8#C3B2F6
9#E1D8FB
Tones
Muted variations
1#1A0B46
2#1C0F43
3#1D1240
4#1F153C
5#211839
6#221C36
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 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | 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: #AD95F3;
--navy-400: #825EED;
--navy-500: #5E30E8;
--navy-600: #4316CA;
--navy-700: #3612A1;
--navy-800: #260D73;
--navy-900: #180849;
--navy-950: #0F052E;
}