Navy
#170080
BlueColor Codes
All color formats for development
HEX
#170080RGB
rgb(23, 0, 128)HSL
hsl(251, 100%, 25%)OKLCH
oklch(0.281 0.182 271.9)CMYK
cmyk(82%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150073
2#130066
3#100059
4#0E004D
5#0C0040
6#090033
7#070026
8#05001A
9#02000D
Tints
Lighter variations
1#1E00A6
2#2500CC
3#2C00F2
4#441AFF
5#6340FF
6#8266FF
7#A18CFF
8#C1B3FF
9#E0D9FF
Tones
Muted variations
1#1B0679
2#1F0D73
3#23136C
4#281966
5#2C2060
6#302659
7#342D53
8#38334D
9#3C3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E2DBFF;
--navy-200: #C9BDFF;
--navy-300: #9F8AFF;
--navy-400: #6D4DFF;
--navy-500: #441AFF;
--navy-600: #2900E0;
--navy-700: #2100B3;
--navy-800: #170080;
--navy-900: #0F0052;
--navy-950: #090033;
}