Navy
#170878
BlueColor Codes
All color formats for development
HEX
#170878RGB
rgb(23, 8, 120)HSL
hsl(248, 88%, 25%)OKLCH
oklch(0.277 0.168 272.5)CMYK
cmyk(81%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14076C
2#120660
3#100554
4#0E0548
5#0B043C
6#090330
7#070224
8#050218
9#02010C
Tints
Lighter variations
1#1D0A9C
2#240CC0
3#2B0FE4
4#4227F1
5#624BF4
6#816FF6
7#A193F8
8#C0B7FA
9#E0DBFD
Tones
Muted variations
1#1B0D72
2#1F136D
3#231867
4#271E61
5#2B245C
6#2F2956
7#332F51
8#38354B
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DDFD;
--navy-200: #C8C1FB;
--navy-300: #9F91F8;
--navy-400: #6C57F4;
--navy-500: #4227F1;
--navy-600: #280DD3;
--navy-700: #200BA8;
--navy-800: #170878;
--navy-900: #0E054D;
--navy-950: #090330;
}