Navy
#1C159D
BlueColor Codes
All color formats for development
HEX
#1C159DRGB
rgb(28, 21, 157)HSL
hsl(243, 76%, 35%)OKLCH
oklch(0.34 0.201 270.4)CMYK
cmyk(82%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19138D
2#17117E
3#140F6E
4#110D5E
5#0E0B4F
6#0B093F
7#08062F
8#06041F
9#030210
Tints
Lighter variations
1#2119BA
2#271DD7
3#3C33E3
4#5850E7
5#736DEB
6#8F8AEF
7#ABA7F3
8#C7C5F7
9#E3E2FB
Tones
Muted variations
1#221C96
2#282390
3#2F2A89
4#353182
5#3B377B
6#413E74
7#47456E
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 | E1E0 #E1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C5 #C7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C98 #9C98F1 | BordersInactive statesPlaceholder text |
| 400 | 6962 #6962EA | Disabled statesSecondary iconsMuted text |
| 500 | 3E35 #3E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 231B #231BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C15 #1C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140F #140F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0A #0D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E0FB;
--navy-200: #C7C5F7;
--navy-300: #9C98F1;
--navy-400: #6962EA;
--navy-500: #3E35E3;
--navy-600: #231BC5;
--navy-700: #1C159D;
--navy-800: #140F70;
--navy-900: #0D0A48;
--navy-950: #08062D;
}