Navy
#1212A1
BlueColor Codes
All color formats for development
HEX
#1212A1RGB
rgb(18, 18, 161)HSL
hsl(240, 80%, 35%)OKLCH
oklch(0.338 0.21 267.4)CMYK
cmyk(89%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101091
2#0E0E81
3#0C0C70
4#0B0B60
5#090950
6#070740
7#050530
8#040420
9#020210
Tints
Lighter variations
1#1515BE
2#1818DC
3#2E2EE8
4#4C4CEB
5#6A6AEE
6#8888F2
7#A5A5F5
8#C3C3F8
9#E1E1FC
Tones
Muted variations
1#19199A
2#202092
3#27278B
4#2E2E84
5#36367D
6#3D3D76
7#44446F
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 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C3F8;
--navy-300: #9595F3;
--navy-400: #5E5EED;
--navy-500: #3030E8;
--navy-600: #1616CA;
--navy-700: #1212A1;
--navy-800: #0D0D73;
--navy-900: #080849;
--navy-950: #05052E;
}