Navy
#181C68
BlueColor Codes
All color formats for development
HEX
#181C68RGB
rgb(24, 28, 104)HSL
hsl(237, 63%, 25%)OKLCH
oklch(0.284 0.13 272.3)CMYK
cmyk(77%, 73%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15195E
2#131653
3#111349
4#0E113E
5#0C0E34
6#090B2A
7#07081F
8#050615
9#02030A
Tints
Lighter variations
1#1F2487
2#262CA6
3#2D34C5
4#444BD5
5#6369DC
6#8287E3
7#A1A5EA
8#C1C3F1
9#E0E1F8
Tones
Muted variations
1#1C1F64
2#202360
3#24265C
4#282A58
5#2C2E54
6#303150
7#34354C
8#383948
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA3 #9FA3E9 | BordersInactive statesPlaceholder text |
| 400 | 6E73 #6E73DE | Disabled statesSecondary iconsMuted text |
| 500 | 444B #444BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A31 #2A31B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2127 #212791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181C #181C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E3F8;
--navy-200: #C9CBF3;
--navy-300: #9FA3E9;
--navy-400: #6E73DE;
--navy-500: #444BD5;
--navy-600: #2A31B7;
--navy-700: #212791;
--navy-800: #181C68;
--navy-900: #0F1243;
--navy-950: #090B2A;
}