Navy
#1E12A1
BlueColor Codes
All color formats for development
HEX
#1E12A1RGB
rgb(30, 18, 161)HSL
hsl(245, 80%, 35%)OKLCH
oklch(0.343 0.207 270.9)CMYK
cmyk(81%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1091
2#180E81
3#150C70
4#120B60
5#0F0950
6#0C0740
7#090530
8#060420
9#030210
Tints
Lighter variations
1#2315BE
2#2918DC
3#3E2EE8
4#594CEB
5#756AEE
6#9088F2
7#ACA5F5
8#C8C3F8
9#E3E1FC
Tones
Muted variations
1#24199A
2#2A2092
3#30278B
4#362E84
5#3B367D
6#413D76
7#47446F
8#4D4B68
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C3 #C8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F3 | BordersInactive statesPlaceholder text |
| 400 | 6A5E #6A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4030 #4030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2516 #2516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E12 #1E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150D #150D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E08 #0E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C8C3F8;
--navy-300: #9D95F3;
--navy-400: #6A5EED;
--navy-500: #4030E8;
--navy-600: #2516CA;
--navy-700: #1E12A1;
--navy-800: #150D73;
--navy-900: #0E0849;
--navy-950: #08052E;
}