Navy
#080080
BlueColor Codes
All color formats for development
HEX
#080080RGB
rgb(8, 0, 128)HSL
hsl(244, 100%, 25%)OKLCH
oklch(0.274 0.186 266.4)CMYK
cmyk(94%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080073
2#070066
3#060059
4#05004D
5#040040
6#030033
7#030026
8#02001A
9#01000D
Tints
Lighter variations
1#0B00A6
2#0E00CC
3#1000F2
4#291AFF
5#4C40FF
6#7066FF
7#948CFF
8#B8B3FF
9#DBD9FF
Tones
Muted variations
1#0E0679
2#140D73
3#19136C
4#1F1966
5#242060
6#2A2659
7#2F2D53
8#35334D
9#3A3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DEDBFF;
--navy-200: #C1BDFF;
--navy-300: #928AFF;
--navy-400: #584DFF;
--navy-500: #291AFF;
--navy-600: #0F00E0;
--navy-700: #0C00B3;
--navy-800: #080080;
--navy-900: #050052;
--navy-950: #030033;
}