Navy
#15159D
BlueColor Codes
All color formats for development
HEX
#15159DRGB
rgb(21, 21, 157)HSL
hsl(240, 76%, 35%)OKLCH
oklch(0.336 0.203 268.3)CMYK
cmyk(87%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13138D
2#11117E
3#0F0F6E
4#0D0D5E
5#0B0B4F
6#09093F
7#06062F
8#04041F
9#020210
Tints
Lighter variations
1#1919BA
2#1D1DD7
3#3333E3
4#5050E7
5#6D6DEB
6#8A8AEF
7#A7A7F3
8#C5C5F7
9#E2E2FB
Tones
Muted variations
1#1C1C96
2#232390
3#2A2A89
4#313182
5#37377B
6#3E3E74
7#45456E
8#4C4C67
9#525260
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 | 9898 #9898F1 | BordersInactive statesPlaceholder text |
| 400 | 6262 #6262EA | Disabled statesSecondary iconsMuted text |
| 500 | 3535 #3535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1B #1B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | 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: #9898F1;
--navy-400: #6262EA;
--navy-500: #3535E3;
--navy-600: #1B1BC5;
--navy-700: #15159D;
--navy-800: #0F0F70;
--navy-900: #0A0A48;
--navy-950: #06062D;
}