Navy
#180DA5
BlueColor Codes
All color formats for development
HEX
#180DA5RGB
rgb(24, 13, 165)HSL
hsl(244, 85%, 35%)OKLCH
oklch(0.342 0.216 268.9)CMYK
cmyk(85%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150C95
2#130B84
3#100974
4#0E0863
5#0C0753
6#090542
7#070432
8#050321
9#020111
Tints
Lighter variations
1#1C10C4
2#2012E2
3#3628EE
4#5247F0
5#6F66F3
6#8C84F5
7#A9A3F8
8#C5C2FA
9#E2E0FD
Tones
Muted variations
1#1E159E
2#251D96
3#2B248E
4#322C87
5#38337F
6#3F3B78
7#464270
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 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9992 #9992F6 | BordersInactive statesPlaceholder text |
| 400 | 645A #645AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 382B #382BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E11 #1E11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180D #180DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B06 #0B064B | 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: #C5C2FA;
--navy-300: #9992F6;
--navy-400: #645AF2;
--navy-500: #382BEE;
--navy-600: #1E11D0;
--navy-700: #180DA5;
--navy-800: #110A76;
--navy-900: #0B064B;
--navy-950: #07042F;
}