Navy
#1E13A0
BlueColor Codes
All color formats for development
HEX
#1E13A0RGB
rgb(30, 19, 160)HSL
hsl(245, 79%, 35%)OKLCH
oklch(0.343 0.205 270.9)CMYK
cmyk(81%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1190
2#180F80
3#150D70
4#120B60
5#0F0950
6#0C0740
7#090630
8#060420
9#030210
Tints
Lighter variations
1#2416BD
2#2A1ADB
3#3F2FE7
4#5A4DEA
5#766BEE
6#9188F1
7#ADA6F5
8#C8C4F8
9#E4E1FC
Tones
Muted variations
1#241A99
2#2A2192
3#30288B
4#362F84
5#3C367D
6#423D75
7#48446E
8#4D4B67
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 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C8C4F8;
--navy-300: #9E96F3;
--navy-400: #6B5FEC;
--navy-500: #4132E7;
--navy-600: #2618C9;
--navy-700: #1E13A0;
--navy-800: #160D72;
--navy-900: #0E0949;
--navy-950: #09052E;
}