Navy
#1B0949
PurpleColor Codes
All color formats for development
HEX
#1B0949RGB
rgb(27, 9, 73)HSL
hsl(257, 78%, 16%)OKLCH
oklch(0.221 0.108 286.5)CMYK
cmyk(63%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180841
2#16073A
3#130633
4#10052C
5#0E0424
6#0B041D
7#080316
8#05020F
9#030107
Tints
Lighter variations
1#290E6F
2#371295
3#4617BB
4#541CE1
5#7040E7
6#8C66EC
7#A98DF1
8#C6B3F6
9#E2D9FA
Tones
Muted variations
1#1C0C45
2#1E0F42
3#1F133F
4#21163C
5#221939
6#231C36
7#251F32
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 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B197 #B197F2 | BordersInactive statesPlaceholder text |
| 400 | 8860 #8860EB | Disabled statesSecondary iconsMuted text |
| 500 | 6533 #6533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A19 #4A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B14 #3B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0E #2A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E7DFFB;
--navy-200: #D3C4F8;
--navy-300: #B197F2;
--navy-400: #8860EB;
--navy-500: #6533E6;
--navy-600: #4A19C8;
--navy-700: #3B149F;
--navy-800: #2A0E71;
--navy-900: #1B0949;
--navy-950: #11062D;
}