Navy
#1A0849
PurpleColor Codes
All color formats for development
HEX
#1A0849RGB
rgb(26, 8, 73)HSL
hsl(257, 80%, 16%)OKLCH
oklch(0.219 0.109 285.8)CMYK
cmyk(64%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180742
2#15073B
3#130633
4#10052C
5#0D0425
6#0B031D
7#080216
8#05020F
9#030107
Tints
Lighter variations
1#290C70
2#371197
3#4515BD
4#5319E4
5#6F3EEA
6#8C65EE
7#A88BF2
8#C5B2F6
9#E2D8FB
Tones
Muted variations
1#1C0B46
2#1D0F43
3#1F1240
4#20153C
5#221839
6#231C36
7#251F33
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 | D2C3 #D2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F3 | BordersInactive statesPlaceholder text |
| 400 | 875E #875EED | Disabled statesSecondary iconsMuted text |
| 500 | 6430 #6430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4916 #4916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A12 #3A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B08 #1B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E7DFFB;
--navy-200: #D2C3F8;
--navy-300: #B095F3;
--navy-400: #875EED;
--navy-500: #6430E8;
--navy-600: #4916CA;
--navy-700: #3A12A1;
--navy-800: #2A0D73;
--navy-900: #1B0849;
--navy-950: #11052E;
}