Navy
#0715AB
BlueColor Codes
All color formats for development
HEX
#0715ABRGB
rgb(7, 21, 171)HSL
hsl(235, 92%, 35%)OKLCH
oklch(0.351 0.221 265.2)CMYK
cmyk(96%, 88%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06139A
2#061189
3#050F78
4#040C67
5#040A56
6#030845
7#020633
8#010422
9#010211
Tints
Lighter variations
1#0819CB
2#0A1DEB
3#2032F6
4#404FF7
5#606DF8
6#808AFA
7#A0A7FB
8#BFC4FC
9#DFE2FE
Tones
Muted variations
1#0F1CA3
2#18239B
3#202993
4#28308B
5#303782
6#383E7A
7#414572
8#494C6A
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FA | BordersInactive statesPlaceholder text |
| 400 | 5461 #5461F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2334 #2334F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091A #091AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0715 #0715AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050F #050F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC4FC;
--navy-300: #8E97FA;
--navy-400: #5461F8;
--navy-500: #2334F6;
--navy-600: #091AD7;
--navy-700: #0715AB;
--navy-800: #050F7A;
--navy-900: #030A4E;
--navy-950: #020631;
}