Navy
#180EA4
BlueColor Codes
All color formats for development
HEX
#180EA4RGB
rgb(24, 14, 164)HSL
hsl(244, 84%, 35%)OKLCH
oklch(0.341 0.214 268.9)CMYK
cmyk(85%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160D94
2#130B83
3#110A73
4#0F0963
5#0C0752
6#0A0642
7#070431
8#050321
9#020110
Tints
Lighter variations
1#1D11C3
2#2114E1
3#372AEC
4#5348EF
5#7067F2
6#8C85F4
7#A9A4F7
8#C6C2FA
9#E2E1FC
Tones
Muted variations
1#1F169D
2#251D95
3#2C258E
4#322C86
5#39347F
6#3F3B77
7#464370
8#4C4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A93 #9A93F6 | BordersInactive statesPlaceholder text |
| 400 | 655B #655BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 392C #392CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F12 #1F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180E #180EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C6C2FA;
--navy-300: #9A93F6;
--navy-400: #655BF1;
--navy-500: #392CED;
--navy-600: #1F12CE;
--navy-700: #180EA4;
--navy-800: #110A75;
--navy-900: #0B074B;
--navy-950: #07042F;
}