Navy
#1A0948
PurpleColor Codes
All color formats for development
HEX
#1A0948RGB
rgb(26, 9, 72)HSL
hsl(256, 78%, 16%)OKLCH
oklch(0.219 0.107 285.9)CMYK
cmyk(64%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170841
2#15073A
3#120633
4#10052C
5#0D0424
6#0A041D
7#080316
8#05020F
9#030107
Tints
Lighter variations
1#280E6F
2#351295
3#4317BB
4#501CE1
5#6D40E7
6#8A66EC
7#A78DF1
8#C5B3F6
9#E2D9FA
Tones
Muted variations
1#1B0C45
2#1D0F42
3#1E133F
4#20163C
5#211939
6#231C36
7#241F32
8#26222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8560 #8560EB | Disabled statesSecondary iconsMuted text |
| 500 | 6233 #6233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4719 #4719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3914 #39149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290E #290E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E7DFFB;
--navy-200: #D2C4F8;
--navy-300: #AF97F2;
--navy-400: #8560EB;
--navy-500: #6233E6;
--navy-600: #4719C8;
--navy-700: #39149F;
--navy-800: #290E71;
--navy-900: #1A0949;
--navy-950: #10062D;
}