Navy
#071278
BlueColor Codes
All color formats for development
HEX
#071278RGB
rgb(7, 18, 120)HSL
hsl(234, 89%, 25%)OKLCH
oklch(0.28 0.165 266.2)CMYK
cmyk(94%, 85%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06116C
2#060F60
3#050D54
4#040B48
5#04093C
6#030730
7#020624
8#010418
9#01020C
Tints
Lighter variations
1#09189D
2#0B1DC1
3#0D23E5
4#263BF2
5#4A5BF4
6#6E7CF7
7#939DF9
8#B7BEFB
9#DBDEFD
Tones
Muted variations
1#0D1773
2#121B6D
3#182067
4#1E2562
5#23295C
6#292E56
7#2F3251
8#34374B
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909B #909BF9 | BordersInactive statesPlaceholder text |
| 400 | 5666 #5666F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263B #263BF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C20 #0C20D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1A #0A1AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0712 #071278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C6FB;
--navy-300: #909BF9;
--navy-400: #5666F5;
--navy-500: #263BF2;
--navy-600: #0C20D4;
--navy-700: #0A1AA9;
--navy-800: #071278;
--navy-900: #040C4D;
--navy-950: #030730;
}