Navy
#1D2196
BlueColor Codes
All color formats for development
HEX
#1D2196RGB
rgb(29, 33, 150)HSL
hsl(238, 68%, 35%)OKLCH
oklch(0.346 0.183 270.4)CMYK
cmyk(81%, 78%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1D87
2#171A78
3#141769
4#11145A
5#0E104B
6#0B0D3C
7#090A2D
8#06071E
9#03030F
Tints
Lighter variations
1#2227B2
2#272DCE
3#3C41DA
4#585CDF
5#7478E4
6#9093EA
7#ABAEEF
8#C7C9F4
9#E3E4FA
Tones
Muted variations
1#232690
2#292C8A
3#2F3284
4#35377E
5#3B3D78
6#414372
7#47486B
8#4D4E65
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FEC | BordersInactive statesPlaceholder text |
| 400 | 696D #696DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E43 #3E43DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2429 #2429BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D21 #1D2196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | 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: #F2F2FD;
--navy-100: #E1E2F9;
--navy-200: #C7C9F4;
--navy-300: #9C9FEC;
--navy-400: #696DE2;
--navy-500: #3E43DA;
--navy-600: #2429BC;
--navy-700: #1D2196;
--navy-800: #14176B;
--navy-900: #0D0F45;
--navy-950: #08092B;
}