Navy
#1D0949
PurpleColor Codes
All color formats for development
HEX
#1D0949RGB
rgb(29, 9, 73)HSL
hsl(259, 78%, 16%)OKLCH
oklch(0.224 0.108 288.6)CMYK
cmyk(60%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0841
2#17073A
3#140633
4#11052C
5#0F0424
6#0C041D
7#090316
8#06020F
9#030107
Tints
Lighter variations
1#2C0E6F
2#3C1295
3#4B17BB
4#5A1CE1
5#7540E7
6#9166EC
7#AC8DF1
8#C8B3F6
9#E3D9FA
Tones
Muted variations
1#1E0C45
2#1F0F42
3#21133F
4#22163C
5#231939
6#241C36
7#251F32
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 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E8DFFB;
--navy-200: #D4C4F8;
--navy-300: #B497F2;
--navy-400: #8C60EB;
--navy-500: #6B33E6;
--navy-600: #5019C8;
--navy-700: #40149F;
--navy-800: #2E0E71;
--navy-900: #1D0949;
--navy-950: #12062D;
}