Navy
#1B2198
BlueColor Codes
All color formats for development
HEX
#1B2198RGB
rgb(27, 33, 152)HSL
hsl(237, 70%, 35%)OKLCH
oklch(0.347 0.186 269.6)CMYK
cmyk(82%, 78%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181E89
2#151A79
3#13176A
4#10145B
5#0D114C
6#0B0D3D
7#080A2E
8#05071E
9#03030F
Tints
Lighter variations
1#2027B4
2#252DD0
3#3A42DC
4#565DE1
5#7278E6
6#8E93EB
7#AAAEF0
8#C7C9F5
9#E3E4FA
Tones
Muted variations
1#212791
2#272C8B
3#2E3285
4#34387F
5#3A3D78
6#404372
7#47486C
8#4D4E66
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2FA;
--navy-200: #C7C9F5;
--navy-300: #9B9FED;
--navy-400: #676EE4;
--navy-500: #3C44DD;
--navy-600: #222ABF;
--navy-700: #1B2198;
--navy-800: #13186C;
--navy-900: #0C0F45;
--navy-950: #08092B;
}