Navy
#1D1F96
BlueColor Codes
All color formats for development
HEX
#1D1F96RGB
rgb(29, 31, 150)HSL
hsl(239, 68%, 35%)OKLCH
oklch(0.343 0.185 270.6)CMYK
cmyk(81%, 79%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1C87
2#171878
3#141569
4#11125A
5#0E0F4B
6#0B0C3C
7#09092D
8#06061E
9#03030F
Tints
Lighter variations
1#2224B2
2#272ACE
3#3C3FDA
4#585ADF
5#7476E4
6#9091EA
7#ABADEF
8#C7C8F4
9#E3E4FA
Tones
Muted variations
1#232490
2#292A8A
3#2F3084
4#35367E
5#3B3C78
6#414272
7#47486B
8#4D4E65
9#53535F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C8 #C7C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9E #9C9EEC | BordersInactive statesPlaceholder text |
| 400 | 696B #696BE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E41 #3E41DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2426 #2426BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1F #1D1F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1416 #14166B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | 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: #E1E1F9;
--navy-200: #C7C8F4;
--navy-300: #9C9EEC;
--navy-400: #696BE2;
--navy-500: #3E41DA;
--navy-600: #2426BC;
--navy-700: #1D1F96;
--navy-800: #14166B;
--navy-900: #0D0E45;
--navy-950: #08092B;
}