Navy
#120877
BlueColor Codes
All color formats for development
HEX
#120877RGB
rgb(18, 8, 119)HSL
hsl(245, 87%, 25%)OKLCH
oklch(0.273 0.168 270.3)CMYK
cmyk(85%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10076B
2#0E075F
3#0C0653
4#0B0548
5#09043C
6#070330
7#050224
8#040218
9#02010C
Tints
Lighter variations
1#170B9B
2#1C0DBF
3#2110E3
4#3928F0
5#5A4CF3
6#7B70F5
7#9C94F8
8#BDB7FA
9#DEDBFD
Tones
Muted variations
1#160E72
2#1B136C
3#1F1967
4#241E61
5#29245B
6#2D2A56
7#322F50
8#37354B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A91 #9A91F7 | BordersInactive statesPlaceholder text |
| 400 | 6558 #6558F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3928 #3928F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0F #1F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1208 #120877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054C | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFD;
--navy-200: #C6C1FB;
--navy-300: #9A91F7;
--navy-400: #6558F3;
--navy-500: #3928F0;
--navy-600: #1F0FD2;
--navy-700: #190CA7;
--navy-800: #120877;
--navy-900: #0B054C;
--navy-950: #070330;
}