Navy
#1D2396
BlueColor Codes
All color formats for development
HEX
#1D2396RGB
rgb(29, 35, 150)HSL
hsl(237, 68%, 35%)OKLCH
oklch(0.349 0.181 270.1)CMYK
cmyk(81%, 77%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1F87
2#171C78
3#141869
4#11155A
5#0E114B
6#0B0E3C
7#090A2D
8#06071E
9#03030F
Tints
Lighter variations
1#2229B2
2#272FCE
3#3C44DA
4#585FDF
5#7479E4
6#9094EA
7#ABAFEF
8#C7CAF4
9#E3E4FA
Tones
Muted variations
1#232890
2#292E8A
3#2F3384
4#35387E
5#3B3E78
6#414372
7#47496B
8#4D4E65
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0EC | BordersInactive statesPlaceholder text |
| 400 | 696F #696FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E46 #3E46DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242C #242CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1419 #14196B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2F9;
--navy-200: #C7CAF4;
--navy-300: #9CA0EC;
--navy-400: #696FE2;
--navy-500: #3E46DA;
--navy-600: #242CBC;
--navy-700: #1D2396;
--navy-800: #14196B;
--navy-900: #0D1045;
--navy-950: #080A2B;
}