Navy
#1A159D
BlueColor Codes
All color formats for development
HEX
#1A159DRGB
rgb(26, 21, 157)HSL
hsl(242, 76%, 35%)OKLCH
oklch(0.339 0.202 269.8)CMYK
cmyk(83%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17138D
2#15117E
3#120F6E
4#100D5E
5#0D0B4F
6#0A093F
7#08062F
8#05041F
9#030210
Tints
Lighter variations
1#1F19BA
2#241DD7
3#3933E3
4#5550E7
5#716DEB
6#8E8AEF
7#AAA7F3
8#C6C5F7
9#E3E2FB
Tones
Muted variations
1#201C96
2#272390
3#2D2A89
4#333182
5#3A377B
6#403E74
7#46456E
8#4D4C67
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C5 #C6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B98 #9B98F1 | BordersInactive statesPlaceholder text |
| 400 | 6662 #6662EA | Disabled statesSecondary iconsMuted text |
| 500 | 3B35 #3B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 211B #211BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A15 #1A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130F #130F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0A #0C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C6C5F7;
--navy-300: #9B98F1;
--navy-400: #6662EA;
--navy-500: #3B35E3;
--navy-600: #211BC5;
--navy-700: #1A159D;
--navy-800: #130F70;
--navy-900: #0C0A48;
--navy-950: #07062D;
}