Navy
#181070
BlueColor Codes
All color formats for development
HEX
#181070RGB
rgb(24, 16, 112)HSL
hsl(245, 75%, 25%)OKLCH
oklch(0.275 0.152 273.5)CMYK
cmyk(79%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160E64
2#130D59
3#110B4E
4#0E0A43
5#0C0838
6#0A062D
7#070521
8#050316
9#02020B
Tints
Lighter variations
1#1F1591
2#2619B3
3#2D1ED4
4#4536E2
5#6458E7
6#8379EC
7#A29BF1
8#C1BCF5
9#E0DEFA
Tones
Muted variations
1#1C156B
2#201966
3#241E61
4#28235C
5#2C2858
6#302D53
7#34314E
8#383649
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #C9C5F7;
--navy-300: #A098F0;
--navy-400: #6E63E9;
--navy-500: #4536E2;
--navy-600: #2A1CC4;
--navy-700: #21169C;
--navy-800: #181070;
--navy-900: #0F0A47;
--navy-950: #0A062D;
}