Navy
#180878
BlueColor Codes
All color formats for development
HEX
#180878RGB
rgb(24, 8, 120)HSL
hsl(249, 88%, 25%)OKLCH
oklch(0.278 0.168 273)CMYK
cmyk(80%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16076C
2#140660
3#110554
4#0F0548
5#0C043C
6#0A0330
7#070224
8#050218
9#02010C
Tints
Lighter variations
1#200A9C
2#270CC0
3#2F0FE4
4#4627F1
5#644BF4
6#836FF6
7#A293F8
8#C1B7FA
9#E0DBFD
Tones
Muted variations
1#1C0D72
2#20136D
3#241867
4#281E61
5#2C245C
6#302956
7#342F51
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 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | 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: #E2DDFD;
--navy-200: #C9C1FB;
--navy-300: #A091F8;
--navy-400: #6F57F4;
--navy-500: #4627F1;
--navy-600: #2B0DD3;
--navy-700: #220BA8;
--navy-800: #180878;
--navy-900: #10054D;
--navy-950: #0A0330;
}