Navy
#17064B
PurpleColor Codes
All color formats for development
HEX
#17064BRGB
rgb(23, 6, 75)HSL
hsl(255, 85%, 16%)OKLCH
oklch(0.215 0.114 282.6)CMYK
cmyk(69%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150644
2#13053C
3#100435
4#0E042D
5#0C0326
6#09021E
7#070217
8#05010F
9#020108
Tints
Lighter variations
1#240973
2#300D9B
3#3C10C2
4#4913EA
5#6639EF
6#8560F2
7#A388F5
8#C2B0F9
9#E0D7FC
Tones
Muted variations
1#190A48
2#1B0D45
3#1D1141
4#1E143E
5#20173A
6#221B37
7#241E33
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 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AB92 #AB92F6 | BordersInactive statesPlaceholder text |
| 400 | 805A #805AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 5B2B #5B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4111 #4111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 330D #330DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1706 #17064B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E6DEFC;
--navy-200: #D0C2FA;
--navy-300: #AB92F6;
--navy-400: #805AF2;
--navy-500: #5B2BEE;
--navy-600: #4111D0;
--navy-700: #330DA5;
--navy-800: #250A76;
--navy-900: #17064B;
--navy-950: #0F042F;
}