Navy
#120F71
BlueColor Codes
All color formats for development
HEX
#120F71RGB
rgb(18, 15, 113)HSL
hsl(242, 77%, 25%)OKLCH
oklch(0.272 0.156 270.6)CMYK
cmyk(84%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100D66
2#0E0C5A
3#0D0A4F
4#0B0944
5#090738
6#07062D
7#050422
8#040317
9#02010B
Tints
Lighter variations
1#171393
2#1D17B5
3#221CD6
4#3A34E5
5#5B56E9
6#7C78ED
7#9C99F2
8#BDBBF6
9#DEDDFB
Tones
Muted variations
1#17146C
2#1B1867
3#201D62
4#24225D
5#292758
6#2D2C53
7#32314E
8#37364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6661 #6661EA | Disabled statesSecondary iconsMuted text |
| 500 | 3A34 #3A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 201A #201AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1915 #19159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120F #120F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C4F7;
--navy-300: #9A97F2;
--navy-400: #6661EA;
--navy-500: #3A34E5;
--navy-600: #201AC7;
--navy-700: #19159E;
--navy-800: #120F71;
--navy-900: #0B0948;
--navy-950: #07062D;
}