Navy
#191967
BlueColor Codes
All color formats for development
HEX
#191967RGB
rgb(25, 25, 103)HSL
hsl(240, 61%, 25%)OKLCH
oklch(0.278 0.131 273.8)CMYK
cmyk(76%, 76%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16165C
2#141452
3#111148
4#0F0F3E
5#0C0C33
6#0A0A29
7#07071F
8#050515
9#02020A
Tints
Lighter variations
1#202085
2#2828A4
3#2F2FC3
4#4646D2
5#6565DA
6#8484E1
7#A3A3E9
8#C1C1F0
9#E0E0F8
Tones
Muted variations
1#1D1D63
2#21215F
3#25255B
4#282857
5#2C2C53
6#30304F
7#34344B
8#383848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #CACAF2;
--navy-300: #A1A1E8;
--navy-400: #6F6FDC;
--navy-500: #4646D2;
--navy-600: #2C2CB5;
--navy-700: #232390;
--navy-800: #191967;
--navy-900: #101042;
--navy-950: #0A0A29;
}