Navy
#180778
BlueColor Codes
All color formats for development
HEX
#180778RGB
rgb(24, 7, 120)HSL
hsl(249, 89%, 25%)OKLCH
oklch(0.277 0.168 273.1)CMYK
cmyk(80%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16066C
2#130660
3#110554
4#0E0448
5#0C043C
6#0A0330
7#070224
8#050118
9#02010C
Tints
Lighter variations
1#1F099D
2#260BC1
3#2E0DE5
4#4526F2
5#644AF4
6#836EF7
7#A293F9
8#C1B7FB
9#E0DBFD
Tones
Muted variations
1#1C0D73
2#20126D
3#241867
4#281E62
5#2C235C
6#302956
7#342F51
8#38344B
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 | C9C0 #C9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A090 #A090F9 | BordersInactive statesPlaceholder text |
| 400 | 6E56 #6E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4526 #4526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0C #2A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220A #220AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1807 #180778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044D | 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: #C9C0FB;
--navy-300: #A090F9;
--navy-400: #6E56F5;
--navy-500: #4526F2;
--navy-600: #2A0CD4;
--navy-700: #220AA9;
--navy-800: #180778;
--navy-900: #0F044D;
--navy-950: #0A0330;
}