Navy
#17044E
PurpleColor Codes
All color formats for development
HEX
#17044ERGB
rgb(23, 4, 78)HSL
hsl(255, 90%, 16%)OKLCH
oklch(0.216 0.12 282)CMYK
cmyk(71%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140446
2#12033E
3#100336
4#0D022F
5#0B0227
6#09021F
7#070117
8#040110
9#020008
Tints
Lighter variations
1#220676
2#2E089F
3#3A0BC8
4#460DF0
5#6434F4
6#835CF6
7#A285F9
8#C1AEFB
9#E0D6FD
Tones
Muted variations
1#18084A
2#1A0B46
3#1C0F43
4#1E133F
5#20163B
6#211A37
7#231E34
8#252130
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | 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: #F4F0FE;
--navy-100: #E5DDFD;
--navy-200: #CFC0FC;
--navy-300: #AA90F9;
--navy-400: #7E55F6;
--navy-500: #5925F4;
--navy-600: #3E0BD5;
--navy-700: #3109AA;
--navy-800: #230679;
--navy-900: #16044E;
--navy-950: #0E0330;
}