Navy
#18159D
BlueColor Codes
All color formats for development
HEX
#18159DRGB
rgb(24, 21, 157)HSL
hsl(241, 76%, 35%)OKLCH
oklch(0.338 0.202 269.1)CMYK
cmyk(85%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15138D
2#13117E
3#110F6E
4#0E0D5E
5#0C0B4F
6#09093F
7#07062F
8#05041F
9#020210
Tints
Lighter variations
1#1C19BA
2#201DD7
3#3633E3
4#5250E7
5#6F6DEB
6#8C8AEF
7#A9A7F3
8#C5C5F7
9#E2E2FB
Tones
Muted variations
1#1E1C96
2#252390
3#2B2A89
4#323182
5#38377B
6#3F3E74
7#46456E
8#4C4C67
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 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | 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: #C5C5F7;
--navy-300: #9998F1;
--navy-400: #6462EA;
--navy-500: #3835E3;
--navy-600: #1E1BC5;
--navy-700: #18159D;
--navy-800: #110F70;
--navy-900: #0B0A48;
--navy-950: #07062D;
}