Navy
#071478
BlueColor Codes
All color formats for development
HEX
#071478RGB
rgb(7, 20, 120)HSL
hsl(233, 89%, 25%)OKLCH
oklch(0.282 0.163 266.1)CMYK
cmyk(94%, 83%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06126C
2#061060
3#050E54
4#040C48
5#040A3C
6#030830
7#020624
8#010418
9#01020C
Tints
Lighter variations
1#091A9D
2#0B20C1
3#0D26E5
4#263EF2
5#4A5EF4
6#6E7EF7
7#939EF9
8#B7BFFB
9#DBDFFD
Tones
Muted variations
1#0D1973
2#121D6D
3#182167
4#1E2662
5#232A5C
6#292E56
7#2F3351
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 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5669 #5669F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263E #263EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C24 #0C24D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1C #0A1CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0714 #071478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE1FD;
--navy-200: #C0C7FB;
--navy-300: #909CF9;
--navy-400: #5669F5;
--navy-500: #263EF2;
--navy-600: #0C24D4;
--navy-700: #0A1CA9;
--navy-800: #071478;
--navy-900: #040D4D;
--navy-950: #030830;
}