Navy
#190877
BlueColor Codes
All color formats for development
HEX
#190877RGB
rgb(25, 8, 119)HSL
hsl(249, 87%, 25%)OKLCH
oklch(0.277 0.166 273.7)CMYK
cmyk(79%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16076B
2#14075F
3#110653
4#0F0548
5#0C043C
6#0A0330
7#070224
8#050218
9#02010C
Tints
Lighter variations
1#200B9B
2#280DBF
3#2F10E3
4#4628F0
5#654CF3
6#8470F5
7#A394F8
8#C1B7FA
9#E0DBFD
Tones
Muted variations
1#1D0E72
2#21136C
3#251967
4#281E61
5#2C245B
6#302A56
7#342F50
8#38354B
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFD;
--navy-200: #CAC1FB;
--navy-300: #A191F7;
--navy-400: #6F58F3;
--navy-500: #4628F0;
--navy-600: #2C0FD2;
--navy-700: #230CA7;
--navy-800: #190877;
--navy-900: #10054C;
--navy-950: #0A0330;
}