Navy
#1712A1
BlueColor Codes
All color formats for development
HEX
#1712A1RGB
rgb(23, 18, 161)HSL
hsl(242, 80%, 35%)OKLCH
oklch(0.34 0.209 268.7)CMYK
cmyk(86%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141091
2#120E81
3#100C70
4#0E0B60
5#0B0950
6#090740
7#070530
8#050420
9#020210
Tints
Lighter variations
1#1B15BE
2#1F18DC
3#342EE8
4#514CEB
5#6E6AEE
6#8B88F2
7#A8A5F5
8#C5C3F8
9#E2E1FC
Tones
Muted variations
1#1D199A
2#242092
3#2B278B
4#312E84
5#38367D
6#3F3D76
7#45446F
8#4C4B68
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9995 #9995F3 | BordersInactive statesPlaceholder text |
| 400 | 635E #635EED | Disabled statesSecondary iconsMuted text |
| 500 | 3730 #3730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C16 #1C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1712 #1712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100D #100D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C5C3F8;
--navy-300: #9995F3;
--navy-400: #635EED;
--navy-500: #3730E8;
--navy-600: #1C16CA;
--navy-700: #1712A1;
--navy-800: #100D73;
--navy-900: #0A0849;
--navy-950: #06052E;
}