Navy
#151A9D
BlueColor Codes
All color formats for development
HEX
#151A9DRGB
rgb(21, 26, 157)HSL
hsl(238, 76%, 35%)OKLCH
oklch(0.342 0.2 268.1)CMYK
cmyk(87%, 83%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13178D
2#11157E
3#0F126E
4#0D105E
5#0B0D4F
6#090A3F
7#06082F
8#04051F
9#020310
Tints
Lighter variations
1#191FBA
2#1D24D7
3#3339E3
4#5055E7
5#6D71EB
6#8A8EEF
7#A7AAF3
8#C5C6F7
9#E2E3FB
Tones
Muted variations
1#1C2096
2#232790
3#2A2D89
4#313382
5#373A7B
6#3E4074
7#45466E
8#4C4D67
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 | C5C6 #C5C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989B #989BF1 | BordersInactive statesPlaceholder text |
| 400 | 6266 #6266EA | Disabled statesSecondary iconsMuted text |
| 500 | 353B #353BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B21 #1B21C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151A #151A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F13 #0F1370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0C #0A0C48 | 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: #C5C6F7;
--navy-300: #989BF1;
--navy-400: #6266EA;
--navy-500: #353BE3;
--navy-600: #1B21C5;
--navy-700: #151A9D;
--navy-800: #0F1370;
--navy-900: #0A0C48;
--navy-950: #06072D;
}