Navy
#081378
BlueColor Codes
All color formats for development
HEX
#081378RGB
rgb(8, 19, 120)HSL
hsl(234, 88%, 25%)OKLCH
oklch(0.281 0.164 266.4)CMYK
cmyk(93%, 84%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07116C
2#060F60
3#050D54
4#050B48
5#04093C
6#030830
7#020624
8#020418
9#01020C
Tints
Lighter variations
1#0A199C
2#0C1EC0
3#0F24E4
4#273BF1
5#4B5CF4
6#6F7DF6
7#939DF8
8#B7BEFA
9#DBDEFD
Tones
Muted variations
1#0D1772
2#131C6D
3#182067
4#1E2561
5#24295C
6#292E56
7#2F3251
8#35374B
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 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | 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: #C1C7FB;
--navy-300: #919BF8;
--navy-400: #5767F4;
--navy-500: #273BF1;
--navy-600: #0D21D3;
--navy-700: #0B1AA8;
--navy-800: #081378;
--navy-900: #050C4D;
--navy-950: #030830;
}