Navy
#081578
BlueColor Codes
All color formats for development
HEX
#081578RGB
rgb(8, 21, 120)HSL
hsl(233, 88%, 25%)OKLCH
oklch(0.284 0.162 266.3)CMYK
cmyk(93%, 83%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07136C
2#061160
3#050F54
4#050C48
5#040A3C
6#030830
7#020624
8#020418
9#01020C
Tints
Lighter variations
1#0A1B9C
2#0C21C0
3#0F27E4
4#273FF1
5#4B5FF4
6#6F7FF6
7#939FF8
8#B7BFFA
9#DBDFFD
Tones
Muted variations
1#0D1972
2#131D6D
3#182267
4#1E2661
5#242A5C
6#292F56
7#2F3351
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 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | 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: #919DF8;
--navy-400: #576AF4;
--navy-500: #273FF1;
--navy-600: #0D25D3;
--navy-700: #0B1DA8;
--navy-800: #081578;
--navy-900: #050D4D;
--navy-950: #030830;
}