Navy
#181868
BlueColor Codes
All color formats for development
HEX
#181868RGB
rgb(24, 24, 104)HSL
hsl(240, 63%, 25%)OKLCH
oklch(0.277 0.134 273.3)CMYK
cmyk(77%, 77%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15155E
2#131353
3#111149
4#0E0E3E
5#0C0C34
6#09092A
7#07071F
8#050515
9#02020A
Tints
Lighter variations
1#1F1F87
2#2626A6
3#2D2DC5
4#4444D5
5#6363DC
6#8282E3
7#A1A1EA
8#C1C1F1
9#E0E0F8
Tones
Muted variations
1#1C1C64
2#202060
3#24245C
4#282858
5#2C2C54
6#303050
7#34344C
8#383848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FE9 | BordersInactive statesPlaceholder text |
| 400 | 6E6E #6E6EDE | Disabled statesSecondary iconsMuted text |
| 500 | 4444 #4444D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2A #2A2AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2121 #212191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1818 #181868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #C9C9F3;
--navy-300: #9F9FE9;
--navy-400: #6E6EDE;
--navy-500: #4444D5;
--navy-600: #2A2AB7;
--navy-700: #212191;
--navy-800: #181868;
--navy-900: #0F0F43;
--navy-950: #09092A;
}