Navy
#071878
BlueColor Codes
All color formats for development
HEX
#071878RGB
rgb(7, 24, 120)HSL
hsl(231, 89%, 25%)OKLCH
oklch(0.288 0.16 265.8)CMYK
cmyk(94%, 80%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06166C
2#061360
3#051154
4#040E48
5#040C3C
6#030A30
7#020724
8#010518
9#01020C
Tints
Lighter variations
1#091F9D
2#0B26C1
3#0D2EE5
4#2645F2
5#4A64F4
6#6E83F7
7#93A2F9
8#B7C1FB
9#DBE0FD
Tones
Muted variations
1#0D1C73
2#12206D
3#182467
4#1E2862
5#232C5C
6#293056
7#2F3451
8#34384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A0 #90A0F9 | BordersInactive statesPlaceholder text |
| 400 | 566E #566EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2645 #2645F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C2A #0C2AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A22 #0A22A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0718 #071878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE2FD;
--navy-200: #C0C9FB;
--navy-300: #90A0F9;
--navy-400: #566EF5;
--navy-500: #2645F2;
--navy-600: #0C2AD4;
--navy-700: #0A22A9;
--navy-800: #071878;
--navy-900: #040F4D;
--navy-950: #030A30;
}