Navy
#070778
BlueColor Codes
All color formats for development
HEX
#070778RGB
rgb(7, 7, 120)HSL
hsl(240, 89%, 25%)OKLCH
oklch(0.268 0.173 266.4)CMYK
cmyk(94%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06066C
2#060660
3#050554
4#040448
5#04043C
6#030330
7#020224
8#010118
9#01010C
Tints
Lighter variations
1#09099D
2#0B0BC1
3#0D0DE5
4#2626F2
5#4A4AF4
6#6E6EF7
7#9393F9
8#B7B7FB
9#DBDBFD
Tones
Muted variations
1#0D0D73
2#12126D
3#181867
4#1E1E62
5#23235C
6#292956
7#2F2F51
8#34344B
9#3A3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5656 #5656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2626 #2626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C0C #0C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A0A #0A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0707 #070778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FB;
--navy-300: #9090F9;
--navy-400: #5656F5;
--navy-500: #2626F2;
--navy-600: #0C0CD4;
--navy-700: #0A0AA9;
--navy-800: #070778;
--navy-900: #04044D;
--navy-950: #030330;
}