Navy
#1D1D62
BlueColor Codes
All color formats for development
HEX
#1D1D62RGB
rgb(29, 29, 98)HSL
hsl(240, 54%, 25%)OKLCH
oklch(0.283 0.118 275.7)CMYK
cmyk(70%, 70%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1A58
2#17174F
3#151545
4#12123B
5#0F0F31
6#0C0C27
7#09091D
8#060614
9#03030A
Tints
Lighter variations
1#262680
2#2F2F9D
3#3838BB
4#4E4ECA
5#6C6CD3
6#8989DC
7#A7A7E5
8#C4C4ED
9#E2E2F6
Tones
Muted variations
1#21215F
2#24245B
3#282858
4#2B2B54
5#2F2F51
6#32324E
7#35354A
8#393947
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FB;
--navy-100: #E4E4F7;
--navy-200: #CCCCF0;
--navy-300: #A5A5E4;
--navy-400: #7676D6;
--navy-500: #4E4ECA;
--navy-600: #3434AD;
--navy-700: #292989;
--navy-800: #1D1D62;
--navy-900: #13133F;
--navy-950: #0C0C27;
}