Navy
#080F78
BlueColor Codes
All color formats for development
HEX
#080F78RGB
rgb(8, 15, 120)HSL
hsl(236, 88%, 25%)OKLCH
oklch(0.276 0.167 266.6)CMYK
cmyk(93%, 88%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070E6C
2#060C60
3#050B54
4#050948
5#04083C
6#030630
7#020524
8#020318
9#01020C
Tints
Lighter variations
1#0A149C
2#0C18C0
3#0F1DE4
4#2735F1
5#4B56F4
6#6F78F6
7#939AF8
8#B7BCFA
9#DBDDFD
Tones
Muted variations
1#0D1472
2#13196D
3#181E67
4#1E2361
5#24275C
6#292C56
7#2F3151
8#35364B
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 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | 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: #F1F2FE;
--navy-100: #DDE0FD;
--navy-200: #C1C5FB;
--navy-300: #9198F8;
--navy-400: #5762F4;
--navy-500: #2735F1;
--navy-600: #0D1BD3;
--navy-700: #0B15A8;
--navy-800: #080F78;
--navy-900: #050A4D;
--navy-950: #030630;
}