Navy
#170949
BlueColor Codes
All color formats for development
HEX
#170949RGB
rgb(23, 9, 73)HSL
hsl(253, 78%, 16%)OKLCH
oklch(0.217 0.109 282.6)CMYK
cmyk(68%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140841
2#12073A
3#100633
4#0E052C
5#0B0424
6#09041D
7#070316
8#05020F
9#020107
Tints
Lighter variations
1#230E6F
2#2F1295
3#3B17BB
4#471CE1
5#6540E7
6#8366EC
7#A28DF1
8#C1B3F6
9#E0D9FA
Tones
Muted variations
1#190C45
2#1A0F42
3#1C133F
4#1E163C
5#201939
6#221C36
7#231F32
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA97 #AA97F2 | BordersInactive statesPlaceholder text |
| 400 | 7E60 #7E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5A33 #5A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F19 #3F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3214 #32149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240E #240E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E5DFFB;
--navy-200: #CFC4F8;
--navy-300: #AA97F2;
--navy-400: #7E60EB;
--navy-500: #5A33E6;
--navy-600: #3F19C8;
--navy-700: #32149F;
--navy-800: #240E71;
--navy-900: #170949;
--navy-950: #0E062D;
}