Navy
#070F78
BlueColor Codes
All color formats for development
HEX
#070F78RGB
rgb(7, 15, 120)HSL
hsl(236, 89%, 25%)OKLCH
oklch(0.276 0.168 266.3)CMYK
cmyk(94%, 88%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060D6C
2#060C60
3#050A54
4#040948
5#04073C
6#030630
7#020424
8#010318
9#01010C
Tints
Lighter variations
1#09139D
2#0B17C1
3#0D1CE5
4#2634F2
5#4A56F4
6#6E77F7
7#9399F9
8#B7BBFB
9#DBDDFD
Tones
Muted variations
1#0D1373
2#12186D
3#181D67
4#1E2262
5#23275C
6#292C56
7#2F3151
8#34364B
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FB;
--navy-300: #9097F9;
--navy-400: #5661F5;
--navy-500: #2634F2;
--navy-600: #0C1AD4;
--navy-700: #0A14A9;
--navy-800: #070F78;
--navy-900: #04094D;
--navy-950: #030630;
}