Navy
#130080
BlueColor Codes
All color formats for development
HEX
#130080RGB
rgb(19, 0, 128)HSL
hsl(249, 100%, 25%)OKLCH
oklch(0.279 0.183 270.1)CMYK
cmyk(85%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110073
2#0F0066
3#0D0059
4#0B004D
5#0A0040
6#080033
7#060026
8#04001A
9#02000D
Tints
Lighter variations
1#1900A6
2#1F00CC
3#2400F2
4#3C1AFF
5#5C40FF
6#7D66FF
7#9D8CFF
8#BEB3FF
9#DED9FF
Tones
Muted variations
1#180679
2#1C0D73
3#21136C
4#251966
5#292060
6#2E2659
7#322D53
8#37334D
9#3B3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DBFF;
--navy-200: #C7BDFF;
--navy-300: #9B8AFF;
--navy-400: #674DFF;
--navy-500: #3C1AFF;
--navy-600: #2200E0;
--navy-700: #1B00B3;
--navy-800: #130080;
--navy-900: #0C0052;
--navy-950: #080033;
}