Navy
#110080
BlueColor Codes
All color formats for development
HEX
#110080RGB
rgb(17, 0, 128)HSL
hsl(248, 100%, 25%)OKLCH
oklch(0.278 0.183 269.3)CMYK
cmyk(87%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0073
2#0E0066
3#0C0059
4#0A004D
5#080040
6#070033
7#050026
8#03001A
9#02000D
Tints
Lighter variations
1#1600A6
2#1B00CC
3#2000F2
4#381AFF
5#5940FF
6#7A66FF
7#9C8CFF
8#BDB3FF
9#DED9FF
Tones
Muted variations
1#160679
2#1A0D73
3#1F136C
4#241966
5#282060
6#2D2659
7#322D53
8#36334D
9#3B3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DBFF;
--navy-200: #C6BDFF;
--navy-300: #998AFF;
--navy-400: #644DFF;
--navy-500: #381AFF;
--navy-600: #1E00E0;
--navy-700: #1800B3;
--navy-800: #110080;
--navy-900: #0B0052;
--navy-950: #070033;
}