Navy
#22084A
PurpleColor Codes
All color formats for development
HEX
#22084ARGB
rgb(34, 8, 74)HSL
hsl(264, 80%, 16%)OKLCH
oklch(0.23 0.11 293.5)CMYK
cmyk(54%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0742
2#1B073B
3#180633
4#15052C
5#110425
6#0E031D
7#0A0216
8#07020F
9#030107
Tints
Lighter variations
1#340C70
2#461197
3#5815BD
4#6A19E4
5#833EEA
6#9C65EE
7#B48BF2
8#CDB2F6
9#E6D8FB
Tones
Muted variations
1#230B46
2#240F43
3#241240
4#25153C
5#261839
6#261C36
7#271F33
8#27222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FD;
--navy-100: #EADFFB;
--navy-200: #D9C3F8;
--navy-300: #BB95F3;
--navy-400: #975EED;
--navy-500: #7A30E8;
--navy-600: #5E16CA;
--navy-700: #4B12A1;
--navy-800: #360D73;
--navy-900: #220849;
--navy-950: #15052E;
}