Navy
#1F0949
PurpleColor Codes
All color formats for development
HEX
#1F0949RGB
rgb(31, 9, 73)HSL
hsl(261, 78%, 16%)OKLCH
oklch(0.226 0.108 290.6)CMYK
cmyk(58%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0841
2#19073A
3#160633
4#13052C
5#100424
6#0D041D
7#090316
8#06020F
9#030107
Tints
Lighter variations
1#300E6F
2#401295
3#5017BB
4#611CE1
5#7B40E7
6#9566EC
7#B08DF1
8#CAB3F6
9#E5D9FA
Tones
Muted variations
1#200C45
2#210F42
3#22133F
4#23163C
5#241939
6#251C36
7#261F32
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 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FD;
--navy-100: #E9DFFB;
--navy-200: #D6C4F8;
--navy-300: #B797F2;
--navy-400: #9160EB;
--navy-500: #7133E6;
--navy-600: #5619C8;
--navy-700: #44149F;
--navy-800: #310E71;
--navy-900: #1F0949;
--navy-950: #14062D;
}