Navy
#17054D
PurpleColor Codes
All color formats for development
HEX
#17054DRGB
rgb(23, 5, 77)HSL
hsl(255, 88%, 16%)OKLCH
oklch(0.216 0.118 282.1)CMYK
cmyk(70%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150445
2#12043D
3#100336
4#0E032E
5#0B0226
6#09021F
7#070117
8#05010F
9#020008
Tints
Lighter variations
1#230775
2#2F0A9D
3#3B0DC6
4#470FEE
5#6536F2
6#845EF5
7#A286F7
8#C1AEFA
9#E0D7FC
Tones
Muted variations
1#190849
2#1A0C46
3#1C1042
4#1E133E
5#20173B
6#221A37
7#231E34
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 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DDFD;
--navy-200: #CFC1FB;
--navy-300: #AB91F8;
--navy-400: #7E57F4;
--navy-500: #5A27F1;
--navy-600: #3F0DD3;
--navy-700: #320BA8;
--navy-800: #240878;
--navy-900: #17054D;
--navy-950: #0E0330;
}