Navy
#15189D
BlueColor Codes
All color formats for development
HEX
#15189DRGB
rgb(21, 24, 157)HSL
hsl(239, 76%, 35%)OKLCH
oklch(0.34 0.201 268.2)CMYK
cmyk(87%, 85%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13158D
2#11137E
3#0F116E
4#0D0E5E
5#0B0C4F
6#09093F
7#06072F
8#04051F
9#020210
Tints
Lighter variations
1#191CBA
2#1D20D7
3#3336E3
4#5052E7
5#6D6FEB
6#8A8CEF
7#A7A9F3
8#C5C5F7
9#E2E2FB
Tones
Muted variations
1#1C1E96
2#232590
3#2A2B89
4#313282
5#37387B
6#3E3F74
7#45466E
8#4C4C67
9#525360
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 | 9899 #9899F1 | BordersInactive statesPlaceholder text |
| 400 | 6264 #6264EA | Disabled statesSecondary iconsMuted text |
| 500 | 3538 #3538E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1E #1B1EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1518 #15189D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F11 #0F1170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0B #0A0B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #9899F1;
--navy-400: #6264EA;
--navy-500: #3538E3;
--navy-600: #1B1EC5;
--navy-700: #15189D;
--navy-800: #0F1170;
--navy-900: #0A0B48;
--navy-950: #06072D;
}