Navy
#1412A1
BlueColor Codes
All color formats for development
HEX
#1412A1RGB
rgb(20, 18, 161)HSL
hsl(241, 80%, 35%)OKLCH
oklch(0.339 0.21 267.9)CMYK
cmyk(88%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121091
2#100E81
3#0E0C70
4#0C0B60
5#0A0950
6#080740
7#060530
8#040420
9#020210
Tints
Lighter variations
1#1815BE
2#1C18DC
3#312EE8
4#4F4CEB
5#6C6AEE
6#8988F2
7#A7A5F5
8#C4C3F8
9#E2E1FC
Tones
Muted variations
1#1B199A
2#222092
3#29278B
4#302E84
5#37367D
6#3E3D76
7#45446F
8#4B4B68
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | 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: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C4C3F8;
--navy-300: #9795F3;
--navy-400: #615EED;
--navy-500: #3430E8;
--navy-600: #1916CA;
--navy-700: #1412A1;
--navy-800: #0E0D73;
--navy-900: #090849;
--navy-950: #06052E;
}