Navy
#17034F
PurpleColor Codes
All color formats for development
HEX
#17034FRGB
rgb(23, 3, 79)HSL
hsl(256, 93%, 16%)OKLCH
oklch(0.216 0.123 281.9)CMYK
cmyk(71%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150347
2#12023F
3#100237
4#0E022F
5#0C0127
6#09011F
7#070118
8#050110
9#020008
Tints
Lighter variations
1#230478
2#2F06A1
3#3B07CB
4#4809F4
5#6530F8
6#845AF9
7#A383FB
8#C2ACFC
9#E0D6FE
Tones
Muted variations
1#19074B
2#1B0A47
3#1C0E43
4#1E1240
5#20163C
6#221A38
7#231D34
8#252130
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8E #AB8EFB | BordersInactive statesPlaceholder text |
| 400 | 7F53 #7F53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5A22 #5A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4008 #4008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3306 #3306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1703 #17034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E5DDFE;
--navy-200: #CFBFFD;
--navy-300: #AB8EFB;
--navy-400: #7F53F9;
--navy-500: #5A22F7;
--navy-600: #4008D9;
--navy-700: #3306AC;
--navy-800: #24047B;
--navy-900: #17034F;
--navy-950: #0E0231;
}