Navy
#1D1D96
BlueColor Codes
All color formats for development
HEX
#1D1D96RGB
rgb(29, 29, 150)HSL
hsl(240, 68%, 35%)OKLCH
oklch(0.341 0.187 270.7)CMYK
cmyk(81%, 81%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1A87
2#171778
3#141469
4#11115A
5#0E0E4B
6#0B0B3C
7#09092D
8#06061E
9#03030F
Tints
Lighter variations
1#2222B2
2#2727CE
3#3C3CDA
4#5858DF
5#7474E4
6#9090EA
7#ABABEF
8#C7C7F4
9#E3E3FA
Tones
Muted variations
1#232390
2#29298A
3#2F2F84
4#35357E
5#3B3B78
6#414172
7#47476B
8#4D4D65
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 | C7C7 #C7C7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CEC | BordersInactive statesPlaceholder text |
| 400 | 6969 #6969E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E3E #3E3EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2424 #2424BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1F9;
--navy-200: #C7C7F4;
--navy-300: #9C9CEC;
--navy-400: #6969E2;
--navy-500: #3E3EDA;
--navy-600: #2424BC;
--navy-700: #1D1D96;
--navy-800: #14146B;
--navy-900: #0D0D45;
--navy-950: #08082B;
}