Navy
#1B0849
PurpleColor Codes
All color formats for development
HEX
#1B0849RGB
rgb(27, 8, 73)HSL
hsl(258, 80%, 16%)OKLCH
oklch(0.22 0.109 286.8)CMYK
cmyk(63%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190742
2#16073B
3#130633
4#11052C
5#0E0425
6#0B031D
7#080216
8#06020F
9#030107
Tints
Lighter variations
1#2A0C70
2#391197
3#4715BD
4#5619E4
5#723EEA
6#8E65EE
7#AA8BF2
8#C6B2F6
9#E3D8FB
Tones
Muted variations
1#1D0B46
2#1E0F43
3#201240
4#21153C
5#221839
6#241C36
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 | D3C3 #D3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B295 #B295F3 | BordersInactive statesPlaceholder text |
| 400 | 895E #895EED | Disabled statesSecondary iconsMuted text |
| 500 | 6830 #6830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C16 #4C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D12 #3D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0D #2B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C08 #1C0849 | 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: #D3C3F8;
--navy-300: #B295F3;
--navy-400: #895EED;
--navy-500: #6830E8;
--navy-600: #4C16CA;
--navy-700: #3D12A1;
--navy-800: #2B0D73;
--navy-900: #1C0849;
--navy-950: #11052E;
}