Navy
#190977
BlueColor Codes
All color formats for development
HEX
#190977RGB
rgb(25, 9, 119)HSL
hsl(249, 86%, 25%)OKLCH
oklch(0.278 0.165 273.6)CMYK
cmyk(79%, 92%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17086B
2#14075F
3#120653
4#0F0547
5#0D043B
6#0A042F
7#080324
8#050218
9#03010C
Tints
Lighter variations
1#210C9A
2#290EBE
3#3011E1
4#472AEF
5#664DF2
6#8471F4
7#A394F7
8#C2B8FA
9#E0DBFC
Tones
Muted variations
1#1D0E71
2#21146C
3#251966
4#291F61
5#2D245B
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 #CAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F7 | BordersInactive statesPlaceholder text |
| 400 | 7059 #7059F3 | Disabled statesSecondary iconsMuted text |
| 500 | 472A #472AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D10 #2D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240C #240CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1909 #190977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1006 #10064C | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFD;
--navy-200: #CAC1FA;
--navy-300: #A192F7;
--navy-400: #7059F3;
--navy-500: #472AEF;
--navy-600: #2D10D1;
--navy-700: #240CA6;
--navy-800: #190977;
--navy-900: #10064C;
--navy-950: #0A042F;
}