Navy
#18054D
PurpleColor Codes
All color formats for development
HEX
#18054DRGB
rgb(24, 5, 77)HSL
hsl(256, 88%, 16%)OKLCH
oklch(0.217 0.118 283.1)CMYK
cmyk(69%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160445
2#13043D
3#110336
4#0E032E
5#0C0226
6#0A021F
7#070117
8#05010F
9#020008
Tints
Lighter variations
1#250775
2#310A9D
3#3E0DC6
4#4B0FEE
5#6836F2
6#865EF5
7#A486F7
8#C3AEFA
9#E1D7FC
Tones
Muted variations
1#1A0849
2#1B0C46
3#1D1042
4#1F133E
5#20173B
6#221A37
7#241E34
8#252230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E6DDFD;
--navy-200: #D0C1FB;
--navy-300: #AC91F8;
--navy-400: #8157F4;
--navy-500: #5D27F1;
--navy-600: #420DD3;
--navy-700: #350BA8;
--navy-800: #260878;
--navy-900: #18054D;
--navy-950: #0F0330;
}