Navy
#182168
BlueColor Codes
All color formats for development
HEX
#182168RGB
rgb(24, 33, 104)HSL
hsl(233, 63%, 25%)OKLCH
oklch(0.293 0.123 270.9)CMYK
cmyk(77%, 68%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151E5E
2#131A53
3#111749
4#0E143E
5#0C1034
6#090D2A
7#070A1F
8#050715
9#02030A
Tints
Lighter variations
1#1F2B87
2#2635A6
3#2D3FC5
4#4455D5
5#6371DC
6#828EE3
7#A1AAEA
8#C1C6F1
9#E0E3F8
Tones
Muted variations
1#1C2464
2#202760
3#242A5C
4#282D58
5#2C3054
6#303350
7#34374C
8#383A48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CE #C9CEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA8 #9FA8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E7B #6E7BDE | Disabled statesSecondary iconsMuted text |
| 500 | 4455 #4455D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A3A #2A3AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212E #212E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1821 #182168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F15 #0F1543 | 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: #F3F4FC;
--navy-100: #E2E5F8;
--navy-200: #C9CEF3;
--navy-300: #9FA8E9;
--navy-400: #6E7BDE;
--navy-500: #4455D5;
--navy-600: #2A3AB7;
--navy-700: #212E91;
--navy-800: #182168;
--navy-900: #0F1543;
--navy-950: #090D2A;
}