Navy
#182068
BlueColor Codes
All color formats for development
HEX
#182068RGB
rgb(24, 32, 104)HSL
hsl(234, 63%, 25%)OKLCH
oklch(0.291 0.125 271.2)CMYK
cmyk(77%, 69%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151C5E
2#131953
3#111649
4#0E133E
5#0C1034
6#090D2A
7#07091F
8#050615
9#02030A
Tints
Lighter variations
1#1F2987
2#2633A6
3#2D3CC5
4#4452D5
5#636FDC
6#828CE3
7#A1A9EA
8#C1C5F1
9#E0E2F8
Tones
Muted variations
1#1C2364
2#202660
3#24295C
4#282C58
5#2C3054
6#303350
7#34364C
8#383948
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA7 #9FA7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E79 #6E79DE | Disabled statesSecondary iconsMuted text |
| 500 | 4452 #4452D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A38 #2A38B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212C #212C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1820 #182068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E4F8;
--navy-200: #C9CDF3;
--navy-300: #9FA7E9;
--navy-400: #6E79DE;
--navy-500: #4452D5;
--navy-600: #2A38B7;
--navy-700: #212C91;
--navy-800: #182068;
--navy-900: #0F1443;
--navy-950: #090D2A;
}